All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
rapidjson::GenericValue< Encoding, Allocator >::Object Struct Reference

#include <document.h>

Public Attributes

Membermembers
 
SizeType size
 
SizeType capacity
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::GenericValue< Encoding, Allocator >::Object

Definition at line 1520 of file document.h.

Member Data Documentation

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
SizeType rapidjson::GenericValue< Encoding, Allocator >::Object::capacity

Definition at line 1523 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
Member* rapidjson::GenericValue< Encoding, Allocator >::Object::members

Definition at line 1521 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
SizeType rapidjson::GenericValue< Encoding, Allocator >::Object::size

Definition at line 1522 of file document.h.


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