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

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

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

List of all members.

Public Member Functions

 CommandVoid0 (E &entity, boost::function< void(void)> function, const std::string &docString)

Protected Member Functions

virtual Value doExecute ()
 Specific action performed by the command.

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


Constructor & Destructor Documentation

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

Member Function Documentation

template<class E>
virtual Value dynamicgraph::command::CommandVoid0< E >::doExecute ( ) [inline, protected, virtual]

Specific action performed by the command.

Implements dynamicgraph::command::Command.

References dynamicgraph::command::Command::getParameterValues().