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_class< Vector< T > > Struct Template Reference

#include <elm/serial2/collections.h>

+ Inheritance diagram for elm::serial2::from_class< Vector< T > >:

Additional Inherited Members

- Public Member Functions inherited from elm::serial2::CollecAC< Vector, T >
 CollecAC ()
 
virtual void * instantiate (void)
 
virtual void unserialize (Unserializer &unserializer, void *object)
 
virtual void serialize (Serializer &serializer, const void *object)
 
- Public Member Functions inherited from elm::serial2::AbstractType
 AbstractType (CString name, AbstractType *base=&T_VOID)
 
void initialize (void)
 
- Public Member Functions inherited from elm::AbstractClass
 AbstractClass (CString name, AbstractClass *base=0)
 
virtual ~AbstractClass (void)
 
CString name (void) const
 
AbstractClassbase (void) const
 
bool baseOf (AbstractClass *clazz)
 
- Static Public Member Functions inherited from elm::serial2::CollecAC< Vector, T >
static AbstractTypetype (void)
 
static AbstractTypetype (const Vector< T > &v)
 
static void unserialize (Unserializer &s, Vector< T > &v)
 
static void serialize (Serializer &s, const Vector< T > &v)
 
- Static Public Member Functions inherited from elm::serial2::AbstractType
static AbstractTypegetType (CString name)
 
- Static Public Attributes inherited from elm::serial2::CollecAC< Vector, T >
static CollecAC __type
 
- Static Public Attributes inherited from elm::serial2::AbstractType
static AbstractTypeT_VOID = void_type
 

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