Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | _basic_resource_manager_.ResourceLocator --+ | NullResourceLocator
The %NullResourceLocator is meant for cases where a resource can be created without reading from an input file. It goes through the motions of returning a ResourceStream (an empty NullStream) as is required of all ResourceLocators, but the stream that it creates will not be used.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (NullResourceLocator)src) -> None : basic/resource_manager/locator/NullResourceLocator.hh:67 C++ signature : void __init__(_object*,basic::resource_manager::locator::NullResourceLocator)
|
locate_resource_stream( (NullResourceLocator)arg1, (str)locator_tag) -> ResourceStream : Create an empty NullResource object that will not be used C++ signature : boost::shared_ptr<basic::resource_manager::ResourceStream> locate_resource_stream(basic::resource_manager::locator::NullResourceLocator {lvalue},std::string) locate_resource_stream( (NullResourceLocator)arg1, (str)locator_tag) -> ResourceStream : C++ signature : boost::shared_ptr<basic::resource_manager::ResourceStream> locate_resource_stream(NullResourceLocator_exposer_callback {lvalue},std::string) |
locator_tag( (NullResourceLocator)arg1) -> str : Return the name for this %ResourceLocator C++ signature : std::string locator_tag(basic::resource_manager::locator::NullResourceLocator {lvalue}) locator_tag( (NullResourceLocator)arg1) -> str : C++ signature : std::string locator_tag(NullResourceLocator_exposer_callback {lvalue}) locator_tag( (NullResourceLocator)arg1, (str)locator_tag) -> None : Set the name for this %ResourceLocator C++ signature : void locator_tag(basic::resource_manager::locator::NullResourceLocator {lvalue},std::string) locator_tag( (NullResourceLocator)arg1, (str)locator_tag) -> None : C++ signature : void locator_tag(NullResourceLocator_exposer_callback {lvalue},std::string) |
parse_my_tag( (NullResourceLocator)arg1, (Tag)tag) -> None : Noop, since there is no data in this class. C++ signature : void parse_my_tag(basic::resource_manager::locator::NullResourceLocator {lvalue},boost::shared_ptr<utility::tag::Tag const>) parse_my_tag( (NullResourceLocator)arg1, (Tag)tag) -> None : C++ signature : void parse_my_tag(NullResourceLocator_exposer_callback {lvalue},boost::shared_ptr<utility::tag::Tag const>) |
show( (NullResourceLocator)arg1, (OStream)out) -> None : Describe this instance to the given output stream; since there is no data in this class, merely print the name of this class. C++ signature : void show(basic::resource_manager::locator::NullResourceLocator {lvalue},std::ostream {lvalue}) show( (NullResourceLocator)arg1, (OStream)out) -> None : C++ signature : void show(NullResourceLocator_exposer_callback {lvalue},std::ostream {lvalue}) |
type( (NullResourceLocator)arg1) -> str : Return the name of this class: "NullResourceLocator" C++ signature : std::string type(basic::resource_manager::locator::NullResourceLocator {lvalue}) type( (NullResourceLocator)arg1) -> str : C++ signature : std::string type(NullResourceLocator_exposer_callback {lvalue}) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:03 2015 | http://epydoc.sourceforge.net |