C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
parameters Namespace Reference

The parameter-bundle. More...

Classes

class  AttemptedRecreationOfParameterException
 Thrown if a given Parameter name is attempted to be used more than once when pushing to ParameterTable. More...
 
class  Exception
 
class  NamedException
 
class  Parameter
 Template containing value for the given parameter. More...
 
class  Parameter< formdouble::Zero >
 Specialization which enables the setting of formdouble::FormDouble::overallPrecision in a read operation. More...
 
class  ParameterBase
 Common, template-parameter independent base class of Parameter, to be stored in a pointer-container in ParameterTable. More...
 
class  ParameterTable
 The parameter table according to which the command line will be parsed by update() More...
 
class  UnrecognisedParameterException
 Thrown if a certain Parameter name is not found in ParameterTable when subscripting. More...
 

Variables

const size_t maxTypeLabelLength =24
 

Detailed Description

The parameter-bundle.