#include "../rapidjson.h"
类 | |
struct | rapidjson::ParseResult |
Result of parsing (wraps ParseErrorCode) 更多... | |
命名空间 | |
namespace | 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(). | |