#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. | |
#define | RAPIDJSON_ERROR_STRING(x) x |
Macro for converting string literal to RAPIDJSON_ERROR_CHARTYPE[]. | |
Typedefs | |
typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetParseErrorFunc) (ParseErrorCode) |
Function pointer type of GetParseError(). | |
typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetValidateErrorFunc) (ValidateErrorCode) |
Function pointer type of GetValidateError(). | |
typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetSchemaErrorFunc) (SchemaErrorCode) |
Function pointer type of GetSchemaError(). | |
typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetPointerParseErrorFunc) (PointerParseErrorCode) |
Function pointer type of GetPointerParseError(). | |