NGL  6.5
The NCCA Graphics Library
GenericValue< Encoding, Allocator >::Number Union Reference

#include <document.h>

+ 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 = MemoryPoolAllocator<>>
union GenericValue< Encoding, Allocator >::Number

Definition at line 1637 of file document.h.

Member Data Documentation

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

Definition at line 1659 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 1657 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 1658 of file document.h.


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