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