Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/adapter.h>
Public Types | |
typedef T | key_t |
typedef T | val_t |
typedef T | data_t |
Static Public Member Functions | |
static const T & | key (const data_t &v) |
static const T & | value (const data_t &v) |
static T & | ref (data_t &v) |
typedef T data_t |
typedef T key_t |
typedef T val_t |
|
inlinestatic |
|
inlinestatic |