|
IN2OSM
1.0.1
|
UTF-32 little endian enocoding. More...
#include <encodings.h>


Public Types | |
| enum | { supportUnicode = 1 } |
| typedef CharType | Ch |
Public Member Functions | |
| RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4) | |
Static Public Member Functions | |
| template<typename InputByteStream > | |
| static CharType | TakeBOM (InputByteStream &is) |
| template<typename InputByteStream > | |
| static CharType | Take (InputByteStream &is) |
| template<typename OutputByteStream > | |
| static void | PutBOM (OutputByteStream &os) |
| template<typename OutputByteStream > | |
| static void | Put (OutputByteStream &os, CharType c) |
| template<typename OutputStream > | |
| static void | Encode (OutputStream &os, unsigned codepoint) |
| template<typename OutputStream > | |
| static void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
| template<typename InputStream > | |
| static bool | Decode (InputStream &is, unsigned *codepoint) |
| template<typename InputStream , typename OutputStream > | |
| static bool | Validate (InputStream &is, OutputStream &os) |
UTF-32 little endian enocoding.
Definition at line 457 of file encodings.h.
|
inherited |
Definition at line 419 of file encodings.h.
|
inherited |
|
inlinestaticinherited |
Definition at line 439 of file encodings.h.
|
inlinestaticinherited |
Definition at line 425 of file encodings.h.
|
inlinestaticinherited |
Definition at line 432 of file encodings.h.

|
inlinestatic |
Definition at line 485 of file encodings.h.
|
inlinestatic |
Definition at line 476 of file encodings.h.
|
inherited |
|
inlinestatic |
Definition at line 466 of file encodings.h.
|
inlinestatic |
Definition at line 459 of file encodings.h.

|
inlinestaticinherited |
Definition at line 447 of file encodings.h.