Introduces ParameterTable into the global namespace to break ambiguity between update and parameters::update. More...
#include <Evolution.h>
Inheritance diagram for ParameterTable:
Collaboration diagram for ParameterTable:Additional Inherited Members | |
Public Types inherited from parameters::ParameterTable | |
| typedef std::shared_ptr< std::string > | ParsedCommandLine |
Public Member Functions inherited from parameters::ParameterTable | |
| void | printList () const |
| std::stringstream & | getStream () |
| const ParsedCommandLine | getParsedCommandLine () const |
| void | setParsedCommandLine (const std::string &s) |
| const ParameterBase & | operator[] (const std::string &) const |
| ParameterBase & | operator[] (const std::string &s) |
| T & | add (const std::string &s, const std::string &d, const T &v) |
| bool & | add (const std::string &s, const std::string &d, bool v) |
| T & | addMod (const std::string &s, const std::string &mod, const std::string &d, const T &v) |
| ParameterTable & | addTitle (const std::string &s, const std::string &mod="") |
| void | update (ParameterTable &p, int argc, char *argv[], const std::string &prefix="--") |
| const ParameterBase & | operator[] (const std::string &) const |
| ParameterBase & | operator[] (const std::string &s) |
| T & | add (const std::string &s, const std::string &d, const T &v) |
| bool & | add (const std::string &s, const std::string &d, bool v) |
| T & | addMod (const std::string &s, const std::string &mod, const std::string &d, const T &v) |
| ParameterTable & | addTitle (const std::string &s, const std::string &mod="") |
Introduces ParameterTable into the global namespace to break ambiguity between update and parameters::update.
Definition at line 19 of file Evolution.h.