| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
ResourceLoaderCreator
Instantiates a ResourceLoader as part of the ResourceLoaderFactory scheme. Derived classes should be registered with the ResourceLoaderFactory in one of the library init.cc files with a ResourceLoaderRegistrator
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
create_resource_loader( (ResourceLoaderCreator)arg1) -> ResourceLoader :
Instantiate a ResourceLoader
C++ signature :
boost::shared_ptr<basic::resource_manager::ResourceLoader> create_resource_loader(basic::resource_manager::ResourceLoaderCreator {lvalue})
create_resource_loader( (ResourceLoaderCreator)arg1) -> None :
C++ signature :
void create_resource_loader(boost::shared_ptr<ResourceLoaderCreator_exposer_callback> {lvalue})
|
loader_type( (ResourceLoaderCreator)arg1) -> str :
Give the name of the ResourceLoader that this Creator will instantiate.
C++ signature :
std::string loader_type(basic::resource_manager::ResourceLoaderCreator {lvalue})
loader_type( (ResourceLoaderCreator)arg1) -> None :
C++ signature :
void loader_type(boost::shared_ptr<ResourceLoaderCreator_exposer_callback> {lvalue})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:01 2015 | http://epydoc.sourceforge.net |