Go to the source code of this file.
|
#define | CEREAL_RAPIDJSON_WRITE_DEFAULT_FLAGS kWriteNoFlags |
|
#define | Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
|
◆ CEREAL_RAPIDJSON_WRITE_DEFAULT_FLAGS
◆ Z16
#define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
◆ WriteFlag
Combination of writeFlags.
Enumerator |
---|
kWriteNoFlags | No flags are set.
|
kWriteValidateEncodingFlag | Validate encoding of JSON strings.
|
kWriteNanAndInfFlag | Allow writing of Infinity, -Infinity and NaN.
|
kWriteDefaultFlags | Default write flags. Can be customized by defining CEREAL_RAPIDJSON_WRITE_DEFAULT_FLAGS.
|