Classes | Public Attributes | List of all members
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
 

Detailed Description

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

Definition at line 1976 of file document.h.

Member Data Documentation

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

Definition at line 1998 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct GenericValue::Number::I GenericValue< Encoding, Allocator >::Number::i
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
int64_t GenericValue< Encoding, Allocator >::Number::i64

Definition at line 1996 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct GenericValue::Number::U GenericValue< Encoding, Allocator >::Number::u
template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
uint64_t GenericValue< Encoding, Allocator >::Number::u64

Definition at line 1997 of file document.h.


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