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::asis_t< T > Struct Template Reference

#include <elm/type_info.h>

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

Public Types

typedef T embed_t
 
typedef T in_t
 
typedef T & out_t
 
typedef T val_t
 
typedef T & ref_t
 

Static Public Member Functions

static void put (T &l, const T &v)
 
static const T & get (const T &v)
 

Member Typedef Documentation

template<class T>
typedef T elm::asis_t< T >::embed_t
template<class T>
typedef T elm::asis_t< T >::in_t
template<class T>
typedef T& elm::asis_t< T >::out_t
template<class T>
typedef T& elm::asis_t< T >::ref_t
template<class T>
typedef T elm::asis_t< T >::val_t

Member Function Documentation

template<class T>
static void elm::asis_t< T >::put ( T &  l,
const T &  v 
)
static

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