Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#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 |
void * | p |
const void * | cp |
bool b |
Referenced by access_t< bool >::set().
const void* cp |
double d |
Referenced by access_t< double >::set().
float f |
Referenced by access_t< float >::set().
t::int16 i16 |
Referenced by access_t< t::int16 >::set().
t::int32 i32 |
Referenced by access_t< t::int32 >::set().
t::int64 i64 |
Referenced by access_t< t::int64 >::set().
t::int8 i8 |
Referenced by access_t< t::int8 >::set().
void* p |
Referenced by Variant::asPointer(), access_t< T & >::get(), access_t< T * >::get(), access_t< T & >::set(), and access_t< T * >::set().
const char* s |
t::uint16 u16 |
Referenced by access_t< t::uint16 >::set().
t::uint32 u32 |
Referenced by access_t< t::uint32 >::set().
t::uint64 u64 |
Referenced by access_t< t::uint64 >::set().
t::uint8 u8 |
Referenced by access_t< t::uint8 >::set().