Characterizes a Unicode code point as a set of integral attributes.
Synopsis
Declared in <bslfmt_unicodecodepoint.h>
class UnicodeCodePoint;
Description
This simply constrained (value‐semantic) attribute class characterizes a Unicode code point represented by a set of integral values. This class is private to this package and should not be used by clients.
Enums
Name |
Description |
UTF encodings supported by |
Member Functions
Name |
Description |
|
Create an uninitialized Unicode code point object |
Return the value of this code point. |
|
Return the width of this code point. |
|
Extract a code point into this object from an encoded byte stream. |
|
Return |
|
Return how many source bytes encode this code point. |
|
Reset this object to the default state. |
Created with MrDocs