Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | _basic_resource_manager_.ResourceLocator --+ | FileSystemResourceLocator
The %FileSystemResourceLocator is responsible for opening a file from the file system given its name (as the "locator tag" in the locate_resource_stream method ) and returning a FileStream object that wraps this file. This FileStream can then be used to construct a resource.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
__init__( (object)arg1, (object)open_mode) -> None : basic/resource_manager/locator/FileSystemResourceLocator.hh:87 C++ signature : void __init__(_object*,std::_Ios_Openmode) __init__( (object)arg1, (FileSystemResourceLocator)src) -> None : basic/resource_manager/locator/FileSystemResourceLocator.hh:91 C++ signature : void __init__(_object*,basic::resource_manager::locator::FileSystemResourceLocator)
|
get_open_mode( (FileSystemResourceLocator)arg1) -> object : basic/resource_manager/locator/FileSystemResourceLocator.hh:111 C++ signature : std::_Ios_Openmode get_open_mode(basic::resource_manager::locator::FileSystemResourceLocator {lvalue}) |
locate_resource_stream( (FileSystemResourceLocator)arg1, (str)locator_tag) -> ResourceStream : Construct a FileStream object given a file's name (its locator_tag) C++ signature : boost::shared_ptr<basic::resource_manager::ResourceStream> locate_resource_stream(basic::resource_manager::locator::FileSystemResourceLocator {lvalue},std::string) locate_resource_stream( (FileSystemResourceLocator)arg1, (str)locator_tag) -> ResourceStream : C++ signature : boost::shared_ptr<basic::resource_manager::ResourceStream> locate_resource_stream(FileSystemResourceLocator_exposer_callback {lvalue},std::string) |
locator_tag( (FileSystemResourceLocator)arg1) -> str : Return the name for this %ResourceLocator C++ signature : std::string locator_tag(basic::resource_manager::locator::FileSystemResourceLocator {lvalue}) locator_tag( (FileSystemResourceLocator)arg1) -> str : C++ signature : std::string locator_tag(FileSystemResourceLocator_exposer_callback {lvalue}) locator_tag( (FileSystemResourceLocator)arg1, (str)locator_tag) -> None : Set the name for this %ResourceLocator C++ signature : void locator_tag(basic::resource_manager::locator::FileSystemResourceLocator {lvalue},std::string) locator_tag( (FileSystemResourceLocator)arg1, (str)locator_tag) -> None : C++ signature : void locator_tag(FileSystemResourceLocator_exposer_callback {lvalue},std::string) |
parse_my_tag( (FileSystemResourceLocator)arg1, (Tag)tag) -> None : Allows a default base_path to be specified for the locator. C++ signature : void parse_my_tag(basic::resource_manager::locator::FileSystemResourceLocator {lvalue},boost::shared_ptr<utility::tag::Tag const>) parse_my_tag( (FileSystemResourceLocator)arg1, (Tag)tag) -> None : C++ signature : void parse_my_tag(FileSystemResourceLocator_exposer_callback {lvalue},boost::shared_ptr<utility::tag::Tag const>) |
set_open_mode( (FileSystemResourceLocator)arg1, (object)open_mode) -> None : basic/resource_manager/locator/FileSystemResourceLocator.hh:108 C++ signature : void set_open_mode(basic::resource_manager::locator::FileSystemResourceLocator {lvalue},std::_Ios_Openmode) |
show( (FileSystemResourceLocator)arg1, (OStream)out) -> None : basic/resource_manager/locator/FileSystemResourceLocator.hh:99 C++ signature : void show(basic::resource_manager::locator::FileSystemResourceLocator {lvalue},std::ostream {lvalue}) show( (FileSystemResourceLocator)arg1, (OStream)out) -> None : C++ signature : void show(FileSystemResourceLocator_exposer_callback {lvalue},std::ostream {lvalue}) |
type( (FileSystemResourceLocator)arg1) -> str : basic/resource_manager/locator/FileSystemResourceLocator.hh:103 C++ signature : std::string type(basic::resource_manager::locator::FileSystemResourceLocator {lvalue}) type( (FileSystemResourceLocator)arg1) -> str : C++ signature : std::string type(FileSystemResourceLocator_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 |