#include "../rapidjson.h"Go to the source code of this file.
Classes | |
| struct | rapidjson::ParseResult |
| Result of parsing (wraps ParseErrorCode) More... | |
Namespaces | |
| namespace | rapidjson |
| main RapidJSON namespace | |
Macros | |
| #define | RAPIDJSON_ERROR_CHARTYPE char |
| Character type of error messages. More... | |
| #define | RAPIDJSON_ERROR_STRING(x) x |
| Macro for converting string literal to RAPIDJSON_ERROR_CHARTYPE[]. More... | |
Typedefs | |
| typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetParseErrorFunc) (ParseErrorCode) |
| Function pointer type of GetParseError(). More... | |
| typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetValidateErrorFunc) (ValidateErrorCode) |
| Function pointer type of GetValidateError(). More... | |
| typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetSchemaErrorFunc) (SchemaErrorCode) |
| Function pointer type of GetSchemaError(). More... | |
| typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetPointerParseErrorFunc) (PointerParseErrorCode) |
| Function pointer type of GetPointerParseError(). More... | |