bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
GenericValue< Encoding, Allocator >::ArrayData Struct Reference
Collaboration diagram for GenericValue< Encoding, Allocator >::ArrayData:
Collaboration graph

Public Attributes

SizeType capacity
 
GenericValueelements
 
SizeType size
 

Detailed Description

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

Definition at line 2090 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 2092 of file document.h.

◆ elements

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

Definition at line 2093 of file document.h.

◆ size

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

Definition at line 2091 of file document.h.


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