|
Wire Sysio Wire Sysion 1.0.0
|
Name-value pair in a JSON object value. More...
#include <document.h>

Public Attributes | |
| GenericValue< Encoding, Allocator > | name |
| name of member (must be a string) | |
| GenericValue< Encoding, Allocator > | value |
| value of member. | |
Friends | |
| void | swap (GenericMember &a, GenericMember &b) RAPIDJSON_NOEXCEPT |
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 66 of file document.h.
|
friend |
Definition at line 71 of file document.h.
| GenericValue<Encoding, Allocator> GenericMember< Encoding, Allocator >::name |
Definition at line 67 of file document.h.
| GenericValue<Encoding, Allocator> GenericMember< Encoding, Allocator >::value |
Definition at line 68 of file document.h.