Simo 0.0.1
Loading...
Searching...
No Matches
TestParameters Class Reference
Inheritance diagram for TestParameters:
Simo::Parameters

Public Member Functions

bool check () const override
Public Member Functions inherited from Simo::Parameters
std::string_view name () const
void name (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::Parameterget (const std::string &name) const
std::optional< Parametersget_subtree (const std::string &name) const

Additional Inherited Members

Protected Attributes inherited from Simo::Parameters
Parameter::ParameterTrie trie
std::string name_

Member Function Documentation

◆ check()

bool 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