add_preferred(TypeHandle handle) | FactoryBase | |
BaseCreateFunc typedef | FactoryBase | |
clear_preferred() | FactoryBase | |
CreateFunc typedef | Factory< Type > | |
FactoryBase() | FactoryBase | |
find_registered_type(TypeHandle handle) | FactoryBase | |
get_num_preferred() const | FactoryBase | |
get_num_types() const | FactoryBase | |
get_preferred(int n) const | FactoryBase | |
get_type(int n) const | FactoryBase | |
make_instance(TypeHandle handle, const FactoryParams ¶ms=FactoryParams()) | Factory< Type > | [inline] |
make_instance(const string &type_name, const FactoryParams ¶ms=FactoryParams()) | Factory< Type > | [inline] |
make_instance_more_general(TypeHandle handle, const FactoryParams ¶ms=FactoryParams()) | Factory< Type > | [inline] |
make_instance_more_general(const string &type_name, const FactoryParams ¶ms=FactoryParams()) | Factory< Type > | [inline] |
register_factory(TypeHandle handle, CreateFunc *func) | Factory< Type > | [inline] |
FactoryBase::register_factory(TypeHandle handle, BaseCreateFunc *func) | FactoryBase | |
write_types(ostream &out, int indent_level=0) const | FactoryBase | |
~FactoryBase() | FactoryBase |