#include "rapidjson.h"
#include "internal/pow10.h"
#include "internal/stack.h"
#include <csetjmp>
#include <limits>
#include <cmath>
#include <sstream>
Go to the source code of this file.
|
#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) |
|
◆ RAPIDJSON_PARSE_ERROR
#define RAPIDJSON_PARSE_ERROR |
( |
|
msg, |
|
|
|
offset |
|
) |
| |
Value: RAPIDJSON_MULTILINEMACRO_BEGIN \
parseError_ = msg; \
errorOffset_ = offset; \
longjmp(jmpbuf_, 1); \
RAPIDJSON_MULTILINEMACRO_END
◆ RAPIDJSON_PUT
#define RAPIDJSON_PUT |
( |
|
x | ) |
|
Value: do { \
s.Put(x); \
else { \
*stack_.template Push<Ch>() = x; \
++len; \
} \
} while(false)
@ kParseInsituFlag
In-situ(destructive) parsing.
Definition: reader.h:69
◆ Z16
#define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |