Writer::Level
Engine/source/persistence/rapidjson/writer.h
Information for each nested level.
Public Attributes
bool
true if in array, otherwise in object
size_t
number of values in this level
Public Functions
Level(bool inArray_)
Detailed Description
Information for each nested level.