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

#include <document.h>

Public Attributes

GenericValueelements
 
SizeType size
 
SizeType capacity
 

Detailed Description

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

Definition at line 1526 of file document.h.

Member Data Documentation

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

Definition at line 1529 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
GenericValue* rapidjson::GenericValue< Encoding, Allocator >::Array::elements

Definition at line 1527 of file document.h.

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

Definition at line 1528 of file document.h.


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