![]() |
Rosetta Utilities
2015.09
|
Locate a resource in a data store and make it available to a ResourceLoader in the form of an ResourceStream. More...
#include <utility/pointer/ReferenceCount.hh>
#include <basic/resource_manager/ResourceLocator.fwd.hh>
#include <utility/pointer/owning_ptr.hh>
#include <utility/tag/Tag.hh>
#include <istream>
Classes | |
class | basic::resource_manager::ResourceStream |
The ResourceStream represents an abstract class for packaging up a standard istream so that data that the ResourceLocator needs to deliver to a ResourceLoader can come from arbitrary sources (e.g. from either a file or from a database). More... | |
class | basic::resource_manager::ResourceLocator |
ResourceLocator classes are responsible for retrieving data from a data store that will be used to construct a Resource. This data store could be a file system or a database or any other place where data is stored. More... | |
Namespaces | |
basic | |
basic::resource_manager | |
Locate a resource in a data store and make it available to a ResourceLoader in the form of an ResourceStream.