#include "../rapidjson.h"
类 | |
struct | rapidjson::ParseResult |
Result of parsing (wraps ParseErrorCode) 更多... | |
命名空间 | |
rapidjson | |
main RapidJSON namespace | |
宏定义 | |
#define | RAPIDJSON_ERROR_CHARTYPE char |
Character type of error messages. 更多... | |
#define | RAPIDJSON_ERROR_STRING(x) x |
Macro for converting string literial to RAPIDJSON_ERROR_CHARTYPE[]. 更多... | |
类型定义 | |
typedef const RAPIDJSON_ERROR_CHARTYPE *(* | rapidjson::GetParseErrorFunc )(ParseErrorCode) |
Function pointer type of GetParseError(). 更多... | |