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

Classes

struct  I
struct  U

Public Attributes

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

Detailed Description

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

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

◆ i64

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

Definition at line 2082 of file document.h.

◆ u64

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

Definition at line 2083 of file document.h.


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