![]() |
Hex
1.0
Hydrogen-electron collision solver
|
List of variables. More...
#include <variables.h>
Public Types | |
| typedef std::vector< Variable * > ::iterator | iterator |
| typedef std::vector< Variable * > ::const_iterator | const_iterator |
Public Member Functions | |
| VariableList () | |
| ~VariableList () | |
| Variable const * | get (std::string const &id) const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
All available variables are elements of the list. They are being added in the constructor.
| typedef std::vector<Variable*>::const_iterator VariableList::const_iterator |
| typedef std::vector<Variable*>::iterator VariableList::iterator |
| VariableList::VariableList | ( | ) |
| VariableList::~VariableList | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| Variable const * VariableList::get | ( | std::string const & | id | ) | const |
1.8.5