u5e
UnicodeTextC++Library
|
Type information for codepoint. More...
#include <u5e/codepoint_traits.hpp>
Public Types | |
typedef int32_t | int_type |
typedef uint32_t | pos_type |
typedef int32_t | off_type |
Type information for codepoint.
This class exists only to provide an interface similar to that of the stream and string types. But it is not truly parameterizable, since a codepoint always means the same thing.
Definition at line 14 of file codepoint_traits.hpp.
typedef int32_t u5e::codepoint_traits::int_type |
Basic meta-description of a codepoint
Definition at line 20 of file codepoint_traits.hpp.
typedef int32_t u5e::codepoint_traits::off_type |
Basic meta-description of a codepoint
Definition at line 22 of file codepoint_traits.hpp.
typedef uint32_t u5e::codepoint_traits::pos_type |
Basic meta-description of a codepoint
Definition at line 21 of file codepoint_traits.hpp.