|
Information for each nested level. More...
#include <writer.h>
Public Member Functions | |
Level (bool inArray_) | |
Public Attributes | |
bool | inArray |
true if in array, otherwise in object More... | |
size_t | valueCount |
number of values in this level More... | |
Information for each nested level.
|
inline |
bool rapidjson::Writer< Stream, Encoding, Allocator >::Level::inArray |
true if in array, otherwise in object
Referenced by rapidjson::Writer< Stream, Encoding, Allocator >::Prefix(), and rapidjson::PrettyWriter< Stream, Encoding, Allocator >::PrettyPrefix().
size_t rapidjson::Writer< Stream, Encoding, Allocator >::Level::valueCount |
number of values in this level
Referenced by rapidjson::Writer< Stream, Encoding, Allocator >::Prefix(), and rapidjson::PrettyWriter< Stream, Encoding, Allocator >::PrettyPrefix().