votca 2024.2-dev
|
#include <fileformatfactory.h>
Public Member Functions | |
FileFormatFactory ()=default | |
std::unique_ptr< T > | Create (const std::string &file) final |
Public Member Functions inherited from votca::tools::ObjectFactory< std::string, T > | |
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< T > | Create (const std::string &key, args_t &&...arguments) |
bool | IsRegistered (const std::string &id_) const |
std::vector< std::string > | getKeys () const |
Additional Inherited Members | |
Public Types inherited from votca::tools::ObjectFactory< std::string, T > | |
using | creator_t |
Definition at line 32 of file fileformatfactory.h.
|
default |
|
final |
Definition at line 40 of file fileformatfactory.h.