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

#include <elm/serial2/serial.h>

Static Public Member Functions

static AbstractTypetype (void)
 
static AbstractTypetype (const T &v)
 
static void serialize (Serializer &s, const T &v)
 
static void unserialize (Unserializer &s, T &v)
 

Member Function Documentation

template<class T >
static void elm::serial2::from_type< T >::serialize ( Serializer s,
const T &  v 
)
static
template<class T >
AbstractType & elm::serial2::from_type< T >::type ( void  )
static
template<class T >
AbstractType & elm::serial2::from_type< T >::type ( const T &  v)
static
template<class T >
static void elm::serial2::from_type< T >::unserialize ( Unserializer s,
T &  v 
)
static

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