Torque2D Reference
Public Attributes | List of all members
GenericValue< Encoding, Allocator >::Member Struct Reference

Name-value pair in an object. More...

#include <document.h>

Public Attributes

GenericValue< Encoding, Allocatorname
 name of member (must be a string) More...
 
GenericValue< Encoding, Allocatorvalue
 value of member. More...
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::GenericValue< Encoding, Allocator >::Member

Name-value pair in an object.

Member Data Documentation

name of member (must be a string)

value of member.


The documentation for this struct was generated from the following file: