votca 2024.2-dev
|
#include <filterfactory.h>
Public Member Functions | |
FilterFactory () | |
Public Member Functions inherited from votca::tools::ObjectFactory< std::string, StateFilter_base > | |
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< StateFilter_base > | 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, StateFilter_base > | |
using | creator_t |
Definition at line 33 of file filterfactory.h.
|
inline |
Definition at line 39 of file filterfactory.h.
|
private |
Definition at line 34 of file filterfactory.cc.