Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
data_t Union Reference

#include <elm/util/Variant.h>

Public Attributes

bool b
 
t::int8 i8
 
t::int16 i16
 
t::int32 i32
 
t::int64 i64
 
t::uint8 u8
 
t::uint16 u16
 
t::uint32 u32
 
t::uint64 u64
 
float f
 
double d
 
const char * s
 
voidp
 
const voidcp
 

Member Data Documentation

◆ b

bool b

Referenced by access_t< bool >::set().

◆ cp

◆ d

double d

Referenced by access_t< double >::set().

◆ f

float f

Referenced by access_t< float >::set().

◆ i16

◆ i32

◆ i64

◆ i8

◆ p

◆ s

const char* s

◆ u16

◆ u32

◆ u64

◆ u8


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