![]() |
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 >::get().
| const void* cp |
| double d |
Referenced by access_t< double >::get().
| float f |
Referenced by access_t< float >::get().
| t::int16 i16 |
Referenced by access_t< t::int16 >::get().
| t::int32 i32 |
Referenced by access_t< t::int32 >::get().
| t::int64 i64 |
Referenced by access_t< t::int64 >::get().
| t::int8 i8 |
Referenced by access_t< t::int8 >::get().
| 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 >::get().
| t::uint32 u32 |
Referenced by access_t< t::uint32 >::get().
| t::uint64 u64 |
Referenced by access_t< t::uint64 >::get().
| t::uint8 u8 |
Referenced by access_t< t::uint8 >::get().