![]() |
Rosetta Utilities
2014.16.56682
|
Classes | |
| class | DatabaseResourceLocator |
| The DatabaseResourceLocator class is responsible for retreiving data from a Database so that that data can then be used to construct a Resource. More... | |
| class | DatabaseResourceLocatorCreator |
| creator for the DatabaseResourceLocator class More... | |
| class | FileListResourceLocator |
| The FileListResourceLocator concatenates a set of listed files; e.g. useful for constructing a pose from two separate PDB files. More... | |
| class | FileListResourceLocatorCreator |
| creator for the FileSystemResourceLocator class More... | |
| class | FileStream |
| FileStream is a wrapper class for a utility::io::izstream object that derives from ResourceStream. More... | |
| class | 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. More... | |
| class | FileSystemResourceLocatorCreator |
| creator for the FileSystemResourceLocator class More... | |
| class | 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. More... | |
| class | NullResourceLocatorCreator |
| creator for the NullResourceLocator class More... | |
| class | NullStream |
| The NullStream acts as an empty stream object that may be returned by the NullResourceLocator. It does not open any files. More... | |
| class | StringResourceStream |
| The StringResourceStream is a wrapper class for a std::stringstream that can be used to construct a resource. Useful when reading the resource stream in to memory (e.g. from a database or from multiple files) before trying to construct the resource. More... | |
Variables | |
| static Tracer | TR ("basic.resource_manager.locator.DatabaseResourceLocator") |
| static Tracer | file_list_tracer ("basic.resource_manager.locator.FileListResourceLocator") |
| static Tracer | TR ("basic.resource_manager.locator.FileSystemResourceLocator") |
| static Tracer | TR ("basic.resource_manager.locator.NullResourceLocator") |
| typedef utility::pointer::owning_ptr< DatabaseResourceLocator const > basic::resource_manager::locator::DatabaseResourceLocatorCOP |
| typedef utility::pointer::owning_ptr< DatabaseResourceLocator > basic::resource_manager::locator::DatabaseResourceLocatorOP |
| typedef utility::pointer::owning_ptr< FileListResourceLocator const > basic::resource_manager::locator::FileListResourceLocatorCOP |
| typedef utility::pointer::owning_ptr< FileListResourceLocator > basic::resource_manager::locator::FileListResourceLocatorOP |
| typedef utility::pointer::owning_ptr< FileStream const > basic::resource_manager::locator::FileStreamCOP |
| typedef utility::pointer::owning_ptr< FileSystemResourceLocator const > basic::resource_manager::locator::FileSystemResourceLocatorCOP |
| typedef utility::pointer::owning_ptr< FileSystemResourceLocator > basic::resource_manager::locator::FileSystemResourceLocatorOP |
| typedef utility::pointer::owning_ptr< NullResourceLocator const > basic::resource_manager::locator::NullResourceLocatorCOP |
| typedef utility::pointer::owning_ptr< NullResourceLocator > basic::resource_manager::locator::NullResourceLocatorOP |
| typedef utility::pointer::owning_ptr< NullStream const > basic::resource_manager::locator::NullStreamCOP |
| typedef utility::pointer::owning_ptr< StringResourceStream const > basic::resource_manager::locator::StringResourceStreamCOP |
| typedef utility::pointer::owning_ptr< StringResourceStream > basic::resource_manager::locator::StringResourceStreamOP |
|
static |
|
static |
|
static |
|
static |
Referenced by basic::resource_manager::locator::FileStream::FileStream().
1.8.7