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