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