Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for CollectionSerializer< C, T >, including all inherited members.
__type | CollectionSerializer< C, T > | static |
asClass(void) const | Type | virtual |
asEnum(void) const | Type | virtual |
asInstance(void) const | Type | virtual |
asParam(void) const | Type | virtual |
asPtr(void) const | Type | virtual |
asSerial(void) const | Type | virtual |
asTemplate(void) const | Type | virtual |
canCast(const Type *t) const | Type | virtual |
CollectionSerializer(void) | CollectionSerializer< C, T > | inline |
get(string name) | Type | static |
initialize(void) | Type | |
instantiate(void) const | CollectionSerializer< C, T > | inlinevirtual |
isBool(void) const | Type | virtual |
isClass(void) const | Type | virtual |
isEnum(void) const | Type | virtual |
isFloat(void) const | Type | virtual |
isInt(void) const | Type | virtual |
isPtr(void) const | Type | virtual |
isSerial(void) const | Type | virtual |
isVoid(void) const | Type | virtual |
name(void) const | Type | inline |
operator!=(const Type &t) const | Type | inline |
operator==(const Type &t) const | Type | inline |
param0 | Type | static |
param1 | Type | static |
param2 | Type | static |
param3 | Type | static |
pointer(void) const | Type | |
serialize(Serializer &serializer, const void *object) const | CollectionSerializer< C, T > | inlinevirtual |
serialize(Serializer &s, const C &v) | CollectionSerializer< C, T > | inlinestatic |
type(const C &v) | CollectionSerializer< C, T > | inlinestatic |
elm::rtti::Serializable::type(void) const =0 | Serializable | pure virtual |
Type(string name="") | Type | |
TypeIter typedef | Type | |
types(void) | Type | static |
unserialize(Unserializer &unserializer, void *object) const | CollectionSerializer< C, T > | inlinevirtual |
unserialize(Unserializer &s, C &v) | CollectionSerializer< C, T > | inlinestatic |
~Serializable(void) | Serializable | virtual |
~Type(void) | Type | virtual |