|
typedef boost::function< void(const T1 &, const T2 &, const T3 &, const T4 &, const T5 &, const T6 &, const T7 &, const T8 &)> | function_t |
|
typedef void(E::* | memberFunction_ptr_t) (const T1 &, const T2 &, const T3 &, const T4 &, const T5 &, const T6 &, const T7 &, const T8 &) |
|
|
| CommandVoid8 (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.
|
|
Entity & | owner () |
| 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.
|
|
template<class E, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct dynamicgraph::command::CommandVoid8< E, T1, T2, T3, T4, T5, T6, T7, T8 >
Definition at line 617 of file command-bind.h.