![]() |
Rosetta
2021.16
|
LoopHashLibraryLoaderCreator allows the ResourceLoaderFactory to create a LoopHashLibraryLoader instance. More...
#include <LoopHashLibraryLoaderCreator.hh>

Public Member Functions | |
| basic::resource_manager::ResourceLoaderOP | create_resource_loader () const override |
| Return a up-casted owning pointer (ResourceLoaderOP) to the resource loader. More... | |
| std::string | loader_type () const override |
| Return the string identifier for the associated ResourceLoader (LoopHashLibrary). More... | |
| void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) const override |
LoopHashLibraryLoaderCreator allows the ResourceLoaderFactory to create a LoopHashLibraryLoader instance.
The LoopHashLibraryLoader class can be constructed from the string "LoopHashLibrary", which enables a user to specify that this type of resource is required for a particular job in their XML input file.
|
override |
Return a up-casted owning pointer (ResourceLoaderOP) to the resource loader.
Return an owning pointer to a newly constructed default instance of LoopHashLibraryLoader.
|
override |
Return the string identifier for the associated ResourceLoader (LoopHashLibrary).
Return a string specifying the type of ResourceLoader to create (LoopHashLibrary).
References protocols::loophash::LoopHashLibraryLoader::classname().
|
override |
1.8.7