|
| CommandVoid0 (E &entity, boost::function< void(void)> 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.
|
|
|
Static Public Attributes inherited from Command |
static const std::vector< Value::Type > | EMPTY_ARG |
|
template<class E>
struct dynamicgraph::command::CommandVoid0< E >
Definition at line 34 of file command-bind.h.
The documentation for this struct was generated from the following file: