Class Dune::XT::Common::Parameter

class Dune::XT::Common::Parameter

A named collection of (vector-valued) parameter values, e.g. mapping “t” or “mu” to their current values.

Method Dune::XT::Common::Parameter::operator=

Parameter &Dune::XT::Common::Parameter::operator=(const Parameter &other) = default

No documentation provided.

Method Dune::XT::Common::Parameter::operator=

Parameter &Dune::XT::Common::Parameter::operator=(Parameter &&source) = default

No documentation provided.

Method Dune::XT::Common::Parameter::operator+

Parameter Dune::XT::Common::Parameter::operator+(const Parameter &other) const

No documentation provided.

Method Dune::XT::Common::Parameter::operator<

bool Dune::XT::Common::Parameter::operator<(const Parameter &other) const

No documentation provided.

Method Dune::XT::Common::Parameter::type

ParameterType Dune::XT::Common::Parameter::type() const

No documentation provided.

Method Dune::XT::Common::Parameter::report

std::string Dune::XT::Common::Parameter::report() const

No documentation provided.

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(const Parameter &other) = default

No documentation provided.

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(Parameter &&source) = default

No documentation provided.

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(int &&source)

No documentation provided.

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(const int &key_value_pairs = {})

No documentation provided.

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(const double &value)

Same as Parameter({“unspecified”, value});

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(const std::string &key, const double &value)

No documentation provided.

Constructor Dune::XT::Common::Parameter::Parameter

Dune::XT::Common::Parameter::Parameter(const std::string &key, const int &value)

No documentation provided.

Destructor Dune::XT::Common::Parameter::~Parameter

Dune::XT::Common::Parameter::~Parameter() = default

Note

this is somehow necessary to make clang 3.8 happy (and cannot be defaulted)