TomlImplementation.h file
Namespaces
- namespace BipedalLocomotion
- namespace BipedalLocomotion::ParametersHandler
Classes
- class BipedalLocomotion::ParametersHandler::TomlImplementation
- TomlImplementation Toml implementation of the IParametersHandler interface.
Functions
-
template<>void TomlImplementation::setParameterPrivate<std::vector<bool>>(const std::string& parameterName, const std::vector<bool>& parameter)
- Private implementation of setParameter.
Function documentation
template<>
void TomlImplementation::setParameterPrivate<std::vector<bool>>(const std::string& parameterName,
const std::vector<bool>& parameter)
Private implementation of setParameter.
| Parameters | |
|---|---|
| parameterName | name of the parameter |
| parameter | parameter |