C++QEDElements  v2 Milestone 10
a framework for simulating open quantum dynamics – generic elements
ParameterTable Class Reference

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 ParameterBaseoperator[] (const std::string &) const
 
ParameterBaseoperator[] (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)
 
ParameterTableaddTitle (const std::string &s, const std::string &mod="")
 
void update (ParameterTable &p, int argc, char *argv[], const std::string &prefix="--")
 
const ParameterBaseoperator[] (const std::string &) const
 
ParameterBaseoperator[] (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)
 
ParameterTableaddTitle (const std::string &s, const std::string &mod="")
 

Detailed Description

Introduces ParameterTable into the global namespace to break ambiguity between update and parameters::update.

Definition at line 19 of file Evolution.h.


The documentation for this class was generated from the following file: