
#include <IntegratorFactoryDetails.h>
Inheritance diagram for ProtoMol::IntegratorFactoryDetails:

Static Public Member Functions | |
| Integrator * | make (std::string &errMsg, const std::string &definition) |
Protected Member Functions | |
| IntegratorFactoryDetails () | |
| virtual | ~IntegratorFactoryDetails () |
| virtual std::string | doPrint () const |
| virtual void | doRegisterHelpText () const |
Private Types | |
| typedef Factory< Integrator > | TFactory |
Private Member Functions | |
| IntegratorFactoryDetails (const IntegratorFactoryDetails &) | |
| IntegratorFactoryDetails & | operator= (const IntegratorFactoryDetails &) |
| Integrator * | doMake (std::string &errMsg, const std::string &definition) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Hook method called from static method print.
Implements ProtoMol::FactoryBase< Integrator >. |
|
|
Hook method called from static method registerHelpText.
Implements ProtoMol::FactoryBase< Integrator >. |
|
||||||||||||
|
|
|
|
|