dynamicgraph::command::CommandVoid1< E, T > Struct Template Reference

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

Inheritance diagram for dynamicgraph::command::CommandVoid1< E, T >:
[legend]
Collaboration diagram for dynamicgraph::command::CommandVoid1< E, T >:
[legend]

List of all members.

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.

template<class E, typename T>
struct dynamicgraph::command::CommandVoid1< E, T >


Member Typedef Documentation

template<class E, typename T>
typedef boost::function<void(const T&)> dynamicgraph::command::CommandVoid1< E, T >::function_t
template<class E, typename T>
typedef void(E::* dynamicgraph::command::CommandVoid1< E, T >::memberFunction_ptr_t)(const T &)
template<class E, typename T>
typedef boost::function<void(E*,const T&) dynamicgraph::command::CommandVoid1< E, T >::memberFunction_t)

Constructor & Destructor Documentation

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

Member Function Documentation

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