dynamic-graph  4.4.3
Dynamic graph library
CommandVoid3< E, T1, T2, T3 > Struct Template Reference
Inheritance diagram for CommandVoid3< E, T1, T2, T3 >:
Collaboration diagram for CommandVoid3< E, T1, T2, T3 >:

Public Types

typedef boost::function< void(const T1 &, const T2 &, const T3 &)> function_t
 

Public Member Functions

 CommandVoid3 (E &entity, function_t function, const std::string &docString)
 
- Public Member Functions inherited from Command
 Command (Entity &entity, const std::vector< Value::Type > &valueTypes, const std::string &docstring)
 
Value execute ()
 Execute the command after checking parameters.
 
std::string getDocstring () const
 Get documentation string.
 
const std::vector< Value > & getParameterValues () const
 Get parameter values.
 
Entityowner ()
 Get a reference to the Entity owning this command.
 
void setParameterValues (const std::vector< Value > &values)
 Set parameter values.
 
const std::vector< Value::Type > & valueTypes () const
 Return the value type of all parameters.
 

Protected Member Functions

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

Additional Inherited Members

- Static Public Attributes inherited from Command
static const std::vector< Value::Type > EMPTY_ARG
 

Detailed Description

template<class E, typename T1, typename T2, typename T3>
struct dynamicgraph::command::CommandVoid3< E, T1, T2, T3 >

Definition at line 209 of file command-bind.h.


The documentation for this struct was generated from the following file: