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

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

◆ value

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

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