|
| bool | check () const override |
|
std::string_view | name () const |
|
template<typename Self> |
| Self & | name (this Self &self, const std::string_view name) |
|
template<typename T> |
| Parameter::ParameterTyped< T > & | set (const std::string &name, const T &value) |
| | Create a new parameter with the given type and return a reference to it.
|
| template<typename T> |
| Parameter::ParameterTyped< T > * | get (const std::string &name) const |
|
Parameter::Parameter * | get (const std::string &name) const |
| std::optional< Parameters > | get_subtree (const std::string &name) const |
◆ check()
| bool Simo::Tests::TestParameters::check |
( |
| ) |
const |
|
inlinenodiscardoverridevirtual |
Implement checks on the set of parameters
The default behavior is that everything is fine
Reimplemented from Simo::Parameters.
The documentation for this class was generated from the following file:
- tests/Simo/MainLoopTests.cc