VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
GenericMember< Encoding, Allocator > Struct Template Reference

Name-value pair in a JSON object value. More...

Public Attributes

GenericValue< Encoding, Allocator > name
 name of member (must be a string)
GenericValue< Encoding, Allocator > value
 value of member.

Detailed Description

template<typename Encoding, typename Allocator>
struct GenericMember< Encoding, Allocator >

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. https://code.google.com/p/rapidjson/issues/detail?id=64

Member Data Documentation

template<typename Encoding , typename Allocator >
GenericValue<Encoding, Allocator> GenericMember< Encoding, Allocator >::name

name of member (must be a string)

template<typename Encoding , typename Allocator >
GenericValue<Encoding, Allocator> GenericMember< Encoding, Allocator >::value

value of member.


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


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)