VPTissue Reference Manual
|
Stores factory functions for odeint integrator algorithm. More...
#include <OdeintFactories2Map.h>
Public Types | |
using | MapType = SimPT_Sim::Util::FunctionMap< OdeintTraits<>::Solver(double &, double &)> |
Public Types inherited from SimPT_Sim::Util::FunctionMap< OdeintTraits<>::Solver(double &, double &)> | |
using | FunctionType = std::function< OdeintTraits<>::Solver > |
Additional Inherited Members | |
Public Member Functions inherited from SimPT_Sim::Util::FunctionMap< OdeintTraits<>::Solver(double &, double &)> | |
FunctionMap () | |
Construct an empty map. | |
FunctionMap (std::initializer_list< typename MapType::value_type > l) | |
Construct map from initializer_list. | |
virtual | ~FunctionMap () |
Destructor must be virtual. | |
FunctionType | Get (const std::string &name) const |
Return function for given name. | |
bool | IsValid (const std::string &name) const |
Check whether function name is present. | |
std::list< std::string > | List () const |
List the names. | |
bool | Register (const std::string &name, const FunctionType &f) |
Register a function. | |
Stores factory functions for odeint integrator algorithm.
Definition at line 34 of file OdeintFactories2Map.h.