![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/serial2/collections.h>
Inheritance diagram for CollecAC< Coll, T >:Public Member Functions | |
| 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 Type | |
| Type (string name="") | |
| virtual | ~Type (void) |
| string | name (void) const |
| const PointerType & | pointer (void) const |
| virtual bool | canCast (const Type *t) const |
| virtual bool | isVoid (void) const |
| virtual bool | isBool (void) const |
| virtual bool | isInt (void) const |
| virtual bool | isFloat (void) const |
| virtual bool | isPtr (void) const |
| virtual const PointerType & | asPtr (void) const |
| virtual bool | isClass (void) const |
| virtual const AbstractClass & | asClass (void) const |
| virtual bool | isEnum (void) const |
| virtual const Enumerable & | asEnum (void) const |
| virtual bool | isSerial (void) const |
| virtual const Serializable & | asSerial (void) const |
| virtual const TemplateType * | asTemplate (void) const |
| virtual const InstanceType * | asInstance (void) const |
| virtual const ParamType * | asParam (void) const |
| void | initialize (void) |
| bool | operator== (const Type &t) const |
| bool | operator!= (const Type &t) const |
Static Public Member Functions | |
| static rtti::Type & | type (void) |
| static rtti::Type & | type (const Coll< T > &v) |
| static void | serialize (Serializer &s, const Coll< T > &v) |
| static void | unserialize (Unserializer &s, Coll< T > &v) |
Static Public Member Functions inherited from Type | |
| static const Type * | get (string name) |
| static TypeIter | types (void) |
Static Public Attributes | |
| static CollecAC | __type |
Static Public Attributes inherited from Type | |
| static const Type & | param0 |
| static const Type & | param1 |
| static const Type & | param2 |
| static const Type & | param3 |
Additional Inherited Members | |
Public Types inherited from Type | |
| typedef HashMap< string, const Type * >::Iter | TypeIter |
|
inline |
|
inlinestatic |
References CollecAC< Coll, T >::serialize().
Referenced by CollecAC< Coll, T >::serialize().
|
inlinevirtual |
|
inlinestatic |
References CollecAC< Coll, T >::__type.
|
inlinestatic |
References CollecAC< Coll, T >::__type.
|
inlinestatic |
References CollecAC< Coll, T >::unserialize().
Referenced by CollecAC< Coll, T >::unserialize().
|
inlinevirtual |
|
static |
Referenced by CollecAC< Coll, T >::type().