![]() |
Rosetta
2021.16
|
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 | |
| ~ResourceLocatorCreator () override | |
| virtual ResourceLocatorOP | create_resource_locator () const =0 |
| virtual std::string | locator_type () const =0 |
| virtual void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) const =0 |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
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.
|
overridedefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.7