|
Simo 0.0.1
|
Additional Inherited Members | |
| Public Member Functions inherited from Simo::Parameters | |
| std::string_view | name () const |
| void | name (std::string_view name) |
| virtual bool | check () const |
| 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 |
| Protected Attributes inherited from Simo::Parameters | |
| Parameter::ParameterTrie | trie |
| std::string | name_ |