![]() |
Rosetta Utilities
2014.35
|
The ResourceLocatorCreator class serves to link the name of a locator type and the (derived) ResourceLocator class that's responsible for retrieving data from a data store. More...
#include <ResourceLocatorCreator.hh>
Public Member Functions | |
virtual | ~ResourceLocatorCreator () |
virtual ResourceLocatorOP | create_resource_locator () const =0 |
virtual std::string | locator_type () const =0 |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
The ResourceLocatorCreator class serves to link the name of a locator type and the (derived) ResourceLocator class that's responsible for retrieving data from a data store.
|
virtual |
|
pure virtual |
|
pure virtual |