dynamicgraph::command::CommandVerbose< E > Struct Template Reference

#include <dynamic-graph/command-bind.h>

Inheritance diagram for dynamicgraph::command::CommandVerbose< E >:
[legend]
Collaboration diagram for dynamicgraph::command::CommandVerbose< E >:
[legend]

List of all members.

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.

template<class E>
struct dynamicgraph::command::CommandVerbose< E >


Member Typedef Documentation

template<class E>
typedef boost::function<void(std::ostream&)> dynamicgraph::command::CommandVerbose< E >::function_t
template<class E>
typedef void(E::* dynamicgraph::command::CommandVerbose< E >::memberFunction_ptr_t)(std::ostream &)
template<class E>
typedef boost::function<void(E*,std::ostream&) dynamicgraph::command::CommandVerbose< E >::memberFunction_t)
template<class E>
typedef void(E::* dynamicgraph::command::CommandVerbose< E >::memberFunctionConst_ptr_t)(std::ostream &) const

Constructor & Destructor Documentation

template<class E>
dynamicgraph::command::CommandVerbose< E >::CommandVerbose ( E &  entity,
function_t  function,
const std::string &  docString 
) [inline]

Member Function Documentation

template<class E>
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().