Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for CollecAC< Coll, T >, including all inherited members.
__type | CollecAC< Coll, 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 |
CollecAC() | CollecAC< Coll, T > | inline |
get(string name) | Type | static |
initialize(void) | Type | |
instantiate(void) | CollecAC< Coll, 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) | CollecAC< Coll, T > | inlinevirtual |
serialize(Serializer &s, const Coll< T > &v) | CollecAC< Coll, T > | inlinestatic |
type(void) | CollecAC< Coll, T > | inlinestatic |
type(const Coll< T > &v) | CollecAC< Coll, T > | inlinestatic |
Type(string name="") | Type | |
TypeIter typedef | Type | |
types(void) | Type | static |
unserialize(Unserializer &unserializer, void *object) | CollecAC< Coll, T > | inlinevirtual |
unserialize(Unserializer &s, Coll< T > &v) | CollecAC< Coll, T > | inlinestatic |
~Type(void) | Type | virtual |