Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | SingletonBase_T_basic_resource_manager_ResourceManagerFactory_T --+ | ResourceManagerFactory
A factory class for managing the instantiation of the singleton ResourceManager: only one of the various derived classes will be instantiated. Currently, it asks for the JD2ResourceManager; in the future, this should be fixed so that it reads from the options system to figure out which ResourceManager to instantiate.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Raises an exception This class cannot be instantiated from Python
|
create_resource_manager_from_options_system( (ResourceManagerFactory)arg1) -> ResourceManager : Should only be called by the ResourceManager in its singleton construction! C++ signature : basic::resource_manager::ResourceManager* create_resource_manager_from_options_system(basic::resource_manager::ResourceManagerFactory {lvalue}) |
factory_register( (ResourceManagerFactory)arg1, (ResourceManagerCreator)creator) -> None : basic/resource_manager/ResourceManagerFactory.hh:58 C++ signature : void factory_register(basic::resource_manager::ResourceManagerFactory {lvalue},boost::shared_ptr<basic::resource_manager::ResourceManagerCreator>) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:02 2015 | http://epydoc.sourceforge.net |