| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
ResourceOptionsCreator
Each derived %ResourceOptionsCreator class is responsible for instantiating a (specific) derived ResourceOptions class, and for telling the ResourceOptionsFactory the string which identifies that class. There should be one derived ResourceOptionsCreator class for each ResourceOptions class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
helper for pickle
|
create_options( (ResourceOptionsCreator)arg1) -> ResourceOptions :
basic/resource_manager/ResourceOptionsCreator.hh:44
C++ signature :
boost::shared_ptr<basic::resource_manager::ResourceOptions> create_options(basic::resource_manager::ResourceOptionsCreator {lvalue})
create_options( (ResourceOptionsCreator)arg1) -> None :
C++ signature :
void create_options(boost::shared_ptr<ResourceOptionsCreator_exposer_callback> {lvalue})
|
options_type( (ResourceOptionsCreator)arg1) -> str :
basic/resource_manager/ResourceOptionsCreator.hh:43
C++ signature :
std::string options_type(basic::resource_manager::ResourceOptionsCreator {lvalue})
options_type( (ResourceOptionsCreator)arg1) -> None :
C++ signature :
void options_type(boost::shared_ptr<ResourceOptionsCreator_exposer_callback> {lvalue})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:02 2015 | http://epydoc.sourceforge.net |