![]() |
Rosetta Protocols
2014.35
|
LoopHashLibraryOptionsCreator allows the ResourceLoaderFactory to create a LoopHashLibraryOptions instance. More...
#include <LoopHashLibraryOptionsCreator.hh>
Public Member Functions | |
LoopHashLibraryOptionsCreator () | |
~LoopHashLibraryOptionsCreator () | |
virtual std::string | options_type () const |
Return the string identifier for the associated ResourceOptions (LoopHashLibraryOptions). More... | |
virtual basic::resource_manager::ResourceOptionsOP | create_options () const |
Return a up-casted owning pointer (ResourceOptionsOP) to the resource options. More... | |
LoopHashLibraryOptionsCreator allows the ResourceLoaderFactory to create a LoopHashLibraryOptions instance.
The LoopHashLibraryOptions class can be constructed from the string "LoopHashLibraryOptions", which enables a user to configure a LoopHashLibrary resource in his/her resource definitions file.
protocols::loophash::LoopHashLibraryOptionsCreator::LoopHashLibraryOptionsCreator | ( | ) |
protocols::loophash::LoopHashLibraryOptionsCreator::~LoopHashLibraryOptionsCreator | ( | ) |
|
virtual |
Return a up-casted owning pointer (ResourceOptionsOP) to the resource options.
Return an owning pointer to a newly constructed default instance of LoopHashLibraryOptions.
Implements basic::resource_manager::ResourceOptionsCreator.
|
virtual |
Return the string identifier for the associated ResourceOptions (LoopHashLibraryOptions).
Return a string specifying the type of ResourceOptions to create (LoopHashLibraryOptions).
Implements basic::resource_manager::ResourceOptionsCreator.