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

Classes

struct  I
 
struct  U
 

Public Attributes

double d
 
struct GenericValue::Number::I i
 
int64_t i64
 
struct GenericValue::Number::U u
 
uint64_t u64
 

Detailed Description

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

Definition at line 2059 of file document.h.

Member Data Documentation

◆ d

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
double GenericValue< Encoding, Allocator >::Number::d

Definition at line 2081 of file document.h.

◆ i64

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
int64_t GenericValue< Encoding, Allocator >::Number::i64

Definition at line 2079 of file document.h.

◆ u64

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
uint64_t GenericValue< Encoding, Allocator >::Number::u64

Definition at line 2080 of file document.h.


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