Internal implementation of a Parameter.
More...
#include <Parameter.hpp>
|
typedef T | ValueType |
|
typedef std::function< bool(const T &value, const T &previous)> | OnChange |
|
|
| ParameterImpl (const T &value) |
|
bool | set (const T &value) noexcept |
|
const T & | get () const noexcept |
|
void | setOnChangeHandler (const boost::optional< OnChange > &on_change) |
|
const boost::optional< OnChange > & | getOnChangeHandler () const |
|
template<typename T>
class astra_ros::ParameterImpl< T >
Internal implementation of a Parameter.
The documentation for this class was generated from the following file: