cphot 0.1
A C++ tool for computing photometry from spectra.
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 1880 of file document.h.

Member Data Documentation

◆ d

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

Definition at line 1902 of file document.h.

◆ i

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

◆ i64

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

Definition at line 1900 of file document.h.

◆ u

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

◆ u64

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

Definition at line 1901 of file document.h.


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