Number Union Reference

Number Union Reference#

Composable Kernel: GenericValue< Encoding, Allocator >::Number Union Reference
GenericValue< Encoding, Allocator >::Number Union Reference

#include <document.h>

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

Member Data Documentation

◆ d

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

◆ i

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
struct GenericValue::Number::I GenericValue< Encoding, Allocator >::Number::i

◆ i64

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

◆ u

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
struct GenericValue::Number::U GenericValue< Encoding, Allocator >::Number::u

◆ u64

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

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