All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Attributes | List of all members
rapidjson::GenericValue< Encoding, Allocator >::Number Union Reference

#include <document.h>

Classes

struct  I
 
struct  U
 

Public Attributes

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

Detailed Description

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

Definition at line 1495 of file document.h.

Member Data Documentation

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

Definition at line 1517 of file document.h.

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

Definition at line 1515 of file document.h.

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

Definition at line 1516 of file document.h.


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