Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
IdAdapter< T > Class Template Reference

#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)
 

Member Typedef Documentation

◆ data_t

typedef T data_t

◆ key_t

typedef T key_t

◆ val_t

typedef T val_t

Member Function Documentation

◆ key()

static const T& key ( const data_t v)
inlinestatic

◆ ref()

static T& ref ( data_t v)
inlinestatic

◆ value()

static const T& value ( const data_t v)
inlinestatic

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