UTF-32 little endian enocoding.
More...
#include <encodings.h>
|
enum | { supportUnicode = 1
} |
|
typedef CharType | Ch |
|
|
| RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4) |
|
|
template<typename InputStream > |
static bool | Decode (InputStream &is, unsigned *codepoint) |
|
template<typename OutputStream > |
static void | Encode (OutputStream &os, unsigned codepoint) |
|
template<typename OutputStream > |
static void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
|
template<typename OutputByteStream > |
static void | Put (OutputByteStream &os, CharType c) |
|
template<typename OutputByteStream > |
static void | PutBOM (OutputByteStream &os) |
|
template<typename InputByteStream > |
static CharType | Take (InputByteStream &is) |
|
template<typename InputByteStream > |
static CharType | TakeBOM (InputByteStream &is) |
|
template<typename InputStream , typename OutputStream > |
static bool | Validate (InputStream &is, OutputStream &os) |
|
template<typename CharType = unsigned>
struct UTF32LE< CharType >
UTF-32 little endian enocoding.
Definition at line 457 of file encodings.h.
◆ Ch
template<typename CharType = unsigned>
typedef CharType UTF32< CharType >::Ch |
|
inherited |
◆ anonymous enum
template<typename CharType = unsigned>
◆ Decode()
template<typename CharType = unsigned>
template<typename InputStream >
static bool UTF32< CharType >::Decode |
( |
InputStream & |
is, |
|
|
unsigned * |
codepoint |
|
) |
| |
|
inlinestaticinherited |
◆ Encode()
template<typename CharType = unsigned>
template<typename OutputStream >
static void UTF32< CharType >::Encode |
( |
OutputStream & |
os, |
|
|
unsigned |
codepoint |
|
) |
| |
|
inlinestaticinherited |
◆ EncodeUnsafe()
template<typename CharType = unsigned>
template<typename OutputStream >
static void UTF32< CharType >::EncodeUnsafe |
( |
OutputStream & |
os, |
|
|
unsigned |
codepoint |
|
) |
| |
|
inlinestaticinherited |
◆ Put()
template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32LE< CharType >::Put |
( |
OutputByteStream & |
os, |
|
|
CharType |
c |
|
) |
| |
|
inlinestatic |
◆ PutBOM()
template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32LE< CharType >::PutBOM |
( |
OutputByteStream & |
os | ) |
|
|
inlinestatic |
◆ Take()
template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32LE< CharType >::Take |
( |
InputByteStream & |
is | ) |
|
|
inlinestatic |
◆ TakeBOM()
template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32LE< CharType >::TakeBOM |
( |
InputByteStream & |
is | ) |
|
|
inlinestatic |
◆ Validate()
template<typename CharType = unsigned>
template<typename InputStream , typename OutputStream >
static bool UTF32< CharType >::Validate |
( |
InputStream & |
is, |
|
|
OutputStream & |
os |
|
) |
| |
|
inlinestaticinherited |
The documentation for this struct was generated from the following file: