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

Public Attributes

ArrayData a
 
Flag f
 
Number n
 
ObjectData o
 
String s
 
ShortString ss
 

Detailed Description

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
union GenericValue< Encoding, Allocator >::Data

Definition at line 2096 of file document.h.

Member Data Documentation

◆ a

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

Definition at line 2101 of file document.h.

◆ f

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
Flag GenericValue< Encoding, Allocator >::Data::f

Definition at line 2102 of file document.h.

◆ n

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
Number GenericValue< Encoding, Allocator >::Data::n

Definition at line 2099 of file document.h.

◆ o

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

Definition at line 2100 of file document.h.

◆ s

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
String GenericValue< Encoding, Allocator >::Data::s

Definition at line 2097 of file document.h.

◆ ss

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
ShortString GenericValue< Encoding, Allocator >::Data::ss

Definition at line 2098 of file document.h.


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