Documentation
rapidjson::UTF8< CharType > Member List
This is the complete list of members for rapidjson::UTF8< CharType >, including all inherited members.
Ch typedef (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | |
Decode(InputStream &is, unsigned *codepoint) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
Encode(OutputStream &os, unsigned codepoint) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
GetRange(unsigned char c) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
Put(OutputByteStream &os, Ch c) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
PutBOM(OutputByteStream &os) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
Take(InputByteStream &is) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
TakeBOM(InputByteStream &is) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |
Validate(InputStream &is, OutputStream &os) (defined in rapidjson::UTF8< CharType >) | rapidjson::UTF8< CharType > | inlinestatic |