The parameter-bundle. More...
#include "ParsFwd.h"#include "BooleanNegatedProxy.h"#include "Exception.h"#include <boost/ptr_container/ptr_list.hpp>#include <string>#include <sstream>
Include dependency graph for Pars.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | parameters::Exception |
| class | parameters::NamedException |
| class | parameters::UnrecognisedParameterException |
| Thrown if a certain Parameter name is not found in ParameterTable when subscripting. More... | |
| class | parameters::AttemptedRecreationOfParameterException |
| Thrown if a given Parameter name is attempted to be used more than once when pushing to ParameterTable. More... | |
| class | parameters::ParameterBase |
| Common, template-parameter independent base class of Parameter, to be stored in a pointer-container in ParameterTable. More... | |
| class | parameters::Parameter< T > |
| Template containing value for the given parameter. More... | |
| class | parameters::ParameterTable |
| The parameter table according to which the command line will be parsed by update() More... | |
Namespaces | |
| parameters | |
| The parameter-bundle. | |
Variables | |
| const size_t | parameters::maxTypeLabelLength =24 |
The parameter-bundle.
Definition in file Pars.h.