u5e
UnicodeTextC++Library
List of all members
u5e::codepoint_traits Class Reference

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
 

Detailed Description

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.

Member Typedef Documentation

Basic meta-description of a codepoint

Definition at line 20 of file codepoint_traits.hpp.

Basic meta-description of a codepoint

Definition at line 22 of file codepoint_traits.hpp.

Basic meta-description of a codepoint

Definition at line 21 of file codepoint_traits.hpp.


The documentation for this class was generated from the following file: