votca 2024.2-dev
|
#include <toolfactory.h>
Public Member Functions | |
QMToolFactory () | |
Public Member Functions inherited from votca::tools::ObjectFactory< std::string, QMTool > | |
ObjectFactory ()=default | |
virtual | ~ObjectFactory ()=default |
void | Register (const std::string &key, creator_t creator) |
register an object | |
void | Register (const std::string &key) |
virtual std::unique_ptr< QMTool > | Create (const std::string &key, args_t &&...arguments) |
bool | IsRegistered (const std::string &id_) const |
std::vector< std::string > | getKeys () const |
Private Member Functions | |
void | RegisterAll () |
Additional Inherited Members | |
Public Types inherited from votca::tools::ObjectFactory< std::string, QMTool > | |
using | creator_t |
Definition at line 33 of file toolfactory.h.
|
inline |
Definition at line 36 of file toolfactory.h.
|
private |
Definition at line 43 of file toolfactory.cc.