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

Public Attributes

SizeType size
SizeType capacity
Membermembers

Detailed Description

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

Definition at line 2087 of file document.h.

Member Data Documentation

◆ capacity

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

Definition at line 2089 of file document.h.

◆ members

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
Member* GenericValue< Encoding, Allocator >::ObjectData::members

Definition at line 2090 of file document.h.

◆ size

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

Definition at line 2088 of file document.h.


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