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

Public Attributes

uint16_t flags
 
char payload [sizeof(SizeType) *2+sizeof(void *)+2]
 

Detailed Description

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

Definition at line 2024 of file document.h.

Member Data Documentation

◆ flags

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
uint16_t GenericValue< Encoding, Allocator >::Flag::flags

Definition at line 2032 of file document.h.

◆ payload

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
char GenericValue< Encoding, Allocator >::Flag::payload[sizeof(SizeType) *2+sizeof(void *)+2]

Definition at line 2030 of file document.h.


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