UTF-32 big endian encoding.
More...
#include <encodings.h>
|
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) |
|
static void | Encode (OutputStream &os, unsigned codepoint) |
|
static void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
|
static bool | Decode (InputStream &is, unsigned *codepoint) |
|
static bool | Validate (InputStream &is, OutputStream &os) |
|
template<typename CharType = unsigned>
struct UTF32BE< CharType >
UTF-32 big endian encoding.
Definition at line 496 of file encodings.h.
◆ Ch
typedef unsigned UTF32< unsigned >::Ch |
|
inherited |
◆ anonymous enum
◆ Decode()
static bool UTF32< unsigned >::Decode |
( |
InputStream & |
is, |
|
|
unsigned * |
codepoint |
|
) |
| |
|
inlinestaticinherited |
◆ Encode()
static void UTF32< unsigned >::Encode |
( |
OutputStream & |
os, |
|
|
unsigned |
codepoint |
|
) |
| |
|
inlinestaticinherited |
◆ EncodeUnsafe()
static void UTF32< unsigned >::EncodeUnsafe |
( |
OutputStream & |
os, |
|
|
unsigned |
codepoint |
|
) |
| |
|
inlinestaticinherited |
◆ Put()
template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32BE< CharType >::Put |
( |
OutputByteStream & |
os, |
|
|
CharType |
c |
|
) |
| |
|
inlinestatic |
◆ PutBOM()
template<typename CharType = unsigned>
template<typename OutputByteStream >
static void UTF32BE< CharType >::PutBOM |
( |
OutputByteStream & |
os | ) |
|
|
inlinestatic |
◆ RAPIDJSON_STATIC_ASSERT()
UTF32< unsigned >::RAPIDJSON_STATIC_ASSERT |
( |
sizeof(Ch) >= |
4 | ) |
|
|
inherited |
◆ Take()
template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32BE< CharType >::Take |
( |
InputByteStream & |
is | ) |
|
|
inlinestatic |
◆ TakeBOM()
template<typename CharType = unsigned>
template<typename InputByteStream >
static CharType UTF32BE< CharType >::TakeBOM |
( |
InputByteStream & |
is | ) |
|
|
inlinestatic |
◆ Validate()
static bool UTF32< unsigned >::Validate |
( |
InputStream & |
is, |
|
|
OutputStream & |
os |
|
) |
| |
|
inlinestaticinherited |
The documentation for this struct was generated from the following file:
- /home/runner/work/cphot/cphot/include/rapidjson/encodings.h