#include <dynamic-graph/command-bind.h>
Public Types | |
typedef boost::function< void(const T &)> | function_t |
typedef boost::function< void(E *, const T &) | memberFunction_t ) |
typedef void(E::* | memberFunction_ptr_t )(const T &) |
Public Member Functions | |
CommandVoid1 (E &entity, function_t function, const std::string &docString) | |
Protected Member Functions | |
virtual Value | doExecute () |
Specific action performed by the command. |
typedef boost::function<void(const T&)> dynamicgraph::command::CommandVoid1< E, T >::function_t |
typedef void(E::* dynamicgraph::command::CommandVoid1< E, T >::memberFunction_ptr_t)(const T &) |
typedef boost::function<void(E*,const T&) dynamicgraph::command::CommandVoid1< E, T >::memberFunction_t) |
dynamicgraph::command::CommandVoid1< E, T >::CommandVoid1 | ( | E & | entity, |
function_t | function, | ||
const std::string & | docString | ||
) | [inline] |
virtual Value dynamicgraph::command::CommandVoid1< E, T >::doExecute | ( | ) | [inline, protected, virtual] |
Specific action performed by the command.
Implements dynamicgraph::command::Command.
References dynamicgraph::command::Command::getParameterValues().