Base for classes with cmd() method. More...
#include <WithCmd.h>
Public Member Functions | |
virtual | ~WithCmd () |
void | cmd (const std::string &key, const void *val) |
Const val version, which indeed just overrides the const and call the virtual method. More... | |
virtual void | cmd (const std::string &key, void *val=NULL)=0 |
This has to be implemented in daughter classes. More... | |
Base for classes with cmd() method.
This is an abstract base class for classes with cmd() method. It takes care of "const" cast, and in the future it may be used to enforce some sort of type checking on passed arguments.
|
inlinevirtual |
|
inline |
Const val version, which indeed just overrides the const and call the virtual method.
|
pure virtual |
This has to be implemented in daughter classes.
Implemented in PLMD::PlumedMain, PLMD::CLToolMain, and PLMD::GREX.
Hosted by GitHub | 1.8.14 |