bes  Updated for version 3.20.6
GenericMember< Encoding, Allocator > Struct Template Reference

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

#include <document.h>

Collaboration diagram for GenericMember< Encoding, Allocator >:
Collaboration graph

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>
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

Definition at line 71 of file cmr_module/rapidjson/document.h.

Member Data Documentation

◆ name

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

name of member (must be a string)

Definition at line 72 of file cmr_module/rapidjson/document.h.

◆ value

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

value of member.

Definition at line 73 of file cmr_module/rapidjson/document.h.


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