#include "rapidjson.h"
#include "internal/pow10.h"
#include "internal/stack.h"
#include <csetjmp>
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) |
|
#define RAPIDJSON_PARSE_ERROR |
( |
|
msg, |
|
|
|
offset |
|
) |
| |
Value:RAPIDJSON_MULTILINEMACRO_BEGIN \
parseError_ = msg; \
errorOffset_ = offset; \
#define RAPIDJSON_MULTILINEMACRO_END
Definition at line 24 of file reader.h.
#define RAPIDJSON_PUT |
( |
|
x | ) |
|
Value:do { \
else { \
*stack_.template Push<Ch>() =
x; \
++len; \
} \
} while(false)
std::vector< double > x(ncmax, 0)
In-situ(destructive) parsing.
#define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |