Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::IdAdapter< T > Class Template Reference

#include <elm/adapter.h>

+ Inheritance diagram for elm::IdAdapter< T >:

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)
 

Member Typedef Documentation

template<class T >
typedef T elm::IdAdapter< T >::data_t
template<class T >
typedef T elm::IdAdapter< T >::key_t
template<class T >
typedef T elm::IdAdapter< T >::val_t

Member Function Documentation

template<class T >
static const T& elm::IdAdapter< T >::key ( const data_t v)
static
template<class T >
static T& elm::IdAdapter< T >::ref ( data_t v)
static
template<class T >
static const T& elm::IdAdapter< T >::value ( const data_t v)
static

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