Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
GenericMember< Encoding, Allocator > Struct Template Reference
Name-value pair in a JSON object value. More...
#include <document.h>
Data Fields | |
| 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
Definition at line 71 of file document.h.
Field Documentation
| GenericValue<Encoding, Allocator> name |
name of member (must be a string)
Definition at line 72 of file document.h.
| GenericValue<Encoding, Allocator> value |
value of member.
Definition at line 73 of file document.h.
Generated on Tue Jul 12 2022 12:06:50 by
1.7.2