![]() |
VR-Vantage 2.3 API Documentation
|
Go to the source code of this file.
Classes | |
| struct | rapidjson::BaseReaderHandler< Encoding > |
| Default implementation of Handler. More... | |
| class | rapidjson::GenericReader< Encoding, Allocator > |
| SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator. More... | |
Namespaces | |
| namespace | rapidjson |
Macros | |
| #define | RAPIDJSON_PARSE_ERROR(msg, offset) |
| #define | Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
| #define | RAPIDJSON_PUT(x) |
Typedefs | |
| typedef GenericReader< UTF8<> > | rapidjson::Reader |
| Reader with UTF8 encoding and default allocator. | |
Enumerations | |
| enum | rapidjson::ParseFlag { rapidjson::kParseDefaultFlags = 0, rapidjson::kParseInsituFlag = 1 } |
| Combination of parseFlags. More... | |
Functions | |
| template<typename Stream > | |
| void | rapidjson::SkipWhitespace (Stream &stream) |
| Skip the JSON white spaces in a stream. | |
| #define RAPIDJSON_PARSE_ERROR | ( | msg, | |
| offset | |||
| ) |
Referenced by rapidjson::GenericReader< Encoding, Allocator >::Parse(), rapidjson::GenericReader< Encoding, Allocator >::ParseArray(), rapidjson::GenericReader< Encoding, Allocator >::ParseFalse(), rapidjson::GenericReader< Encoding, Allocator >::ParseHex4(), rapidjson::GenericReader< Encoding, Allocator >::ParseNull(), rapidjson::GenericReader< Encoding, Allocator >::ParseNumber(), rapidjson::GenericReader< Encoding, Allocator >::ParseObject(), rapidjson::GenericReader< Encoding, Allocator >::ParseString(), and rapidjson::GenericReader< Encoding, Allocator >::ParseTrue().
| #define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
| #define RAPIDJSON_PUT | ( | x | ) |
Referenced by rapidjson::GenericReader< Encoding, Allocator >::ParseString().