rapidjson::UTF32BE< CharType > Struct Template Reference
rapidjson::UTF32BE< CharType > Struct Template Reference
UTF-32 big endian encoding. More...
#include <ThirdParty/rapidjson/include/rapidjson/encodings.h>
Inheritance diagram for rapidjson::UTF32BE< CharType >:
Collaboration diagram for rapidjson::UTF32BE< CharType >:
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) |
Static Public Member Functions inherited from rapidjson::UTF32< CharType > | |
template<typename OutputStream > | |
static void | Encode (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) |
Additional Inherited Members | |
Public Types inherited from rapidjson::UTF32< CharType > | |
typedef CharType | Ch |
Public Member Functions inherited from rapidjson::UTF32< CharType > | |
RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4) | |
Detailed Description
template<typename CharType = unsigned>
struct rapidjson::UTF32BE< CharType >
UTF-32 big endian encoding.
The documentation for this struct was generated from the following file:
- Source/ThirdParty/rapidjson/include/rapidjson/encodings.h