GenericMember
Engine/source/persistence/rapidjson/document.h
Name-value pair in a JSON object value.
Public Attributes
name of member (must be a string)
value of member.
Detailed Description
Name-value pair in a JSON object value.
This class was internal to GenericValue. It used to be a inner struct. But a compiler (IBM XL C/C++ for AIX) have reported to have problem with that so it moved as a namespace scope struct.
Public Attributes
GenericValue< Encoding, Allocator > name
name of member (must be a string)
GenericValue< Encoding, Allocator > value
value of member.