![]() |
Rosetta Protocols
2014.16.56682
|
LoopsFileLoaderCreator allows the ResourceLoaderFactory to create a LoopsFileLoader instance. More...
#include <LoopsFileLoaderCreator.hh>
Public Member Functions | |
| virtual basic::resource_manager::ResourceLoaderOP | create_resource_loader () const |
| Return a up-casted owning pointer (ResourceLoaderOP) to the resource loader. More... | |
| virtual std::string | loader_type () const |
| Return the string identifier for the associated ResourceLoader (LoopsFile). More... | |
LoopsFileLoaderCreator allows the ResourceLoaderFactory to create a LoopsFileLoader instance.
The LoopsFileLoader class can be constructed from the string "LoopsFile", which enables a user to specify that this type of resource is required for a particular job in their XML input file.
|
virtual |
Return a up-casted owning pointer (ResourceLoaderOP) to the resource loader.
Return an owning pointer to a newly constructed default instance of LoopsFileLoader.
Implements basic::resource_manager::ResourceLoaderCreator.
|
virtual |
Return the string identifier for the associated ResourceLoader (LoopsFile).
Return a string specifying the type of ResourceLoader to create (LoopsFile).
Implements basic::resource_manager::ResourceLoaderCreator.
1.8.7