Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
GenericValue< Encoding, Allocator >::ArrayData Struct Reference
Collaboration diagram for GenericValue< Encoding, Allocator >::ArrayData:

Public Attributes

SizeType size
SizeType capacity
GenericValueelements

Detailed Description

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
struct GenericValue< Encoding, Allocator >::ArrayData

Definition at line 2093 of file document.h.

Member Data Documentation

◆ capacity

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
SizeType GenericValue< Encoding, Allocator >::ArrayData::capacity

Definition at line 2095 of file document.h.

◆ elements

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
GenericValue* GenericValue< Encoding, Allocator >::ArrayData::elements

Definition at line 2096 of file document.h.

◆ size

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
SizeType GenericValue< Encoding, Allocator >::ArrayData::size

Definition at line 2094 of file document.h.


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