iopc::TypeManager Member List
This is the complete list of members for
iopc::TypeManager, including all inherited members.
getInstance() | iopc::TypeManager | [static] |
getType(const std::string &typeName) | iopc::TypeManager | [inline, static] |
getTypeByTypeInfo(const std::type_info *ti) | iopc::TypeManager | [inline, static] |
getTypesMap() | iopc::TypeManager | [inline, static] |
getTypesMapInst() const | iopc::TypeManager | |
hasType(const std::string &typeName) | iopc::TypeManager | [inline, static] |
init() | iopc::TypeManager | [inline, static] |
parseType(std::string inStr, std::string &type, std::string &typeMeta, std::string &attr, std::string &attrMeta) | iopc::TypeManager | [inline, static] |
registerType(const Type *type, const std::type_info *ti) | iopc::TypeManager | [inline, static] |
registerType(const Type *type, const std::string &typeName, const std::type_info *ti) | iopc::TypeManager | [inline, static] |
topologicalSort(const Type &root, std::vector< const Type * > &sorted) | iopc::TypeManager | [inline, static] |
TypesMap typedef | iopc::TypeManager | |