![]() |
Rosetta Utilities
2014.35
|
#include <basic/resource_manager/ResourceLocator.hh>
#include <basic/resource_manager/locator/FileSystemResourceLocator.fwd.hh>
#include <utility/io/izstream.hh>
#include <utility/file/FileName.hh>
#include <utility/pointer/ReferenceCount.hh>
#include <utility/excn/Exceptions.hh>
#include <istream>
Classes | |
class | basic::resource_manager::locator::FileStream |
FileStream is a wrapper class for a utility::io::izstream object that derives from ResourceStream. More... | |
class | basic::resource_manager::locator::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... | |
Namespaces | |
basic | |
basic::resource_manager | |
basic::resource_manager::locator | |