|
|
std::string_view | name () const |
|
template<typename Self> |
| Self & | name (this Self &self, const 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 |
|
template<typename Function> |
| void | visit (Function f) |
|
Parameter::ParameterTrie | trie |
|
std::string | name_ |
The documentation for this class was generated from the following file:
- tests/collection/PingPongCollection.cc