#include <dynamic-graph/command-direct-setter.h>
Public Member Functions | |
DirectSetter (E &entity, T *ptr, const std::string &docString) | |
Protected Member Functions | |
virtual Value | doExecute () |
Specific action performed by the command. |
dynamicgraph::command::DirectSetter< E, T >::DirectSetter | ( | E & | entity, |
T * | ptr, | ||
const std::string & | docString | ||
) | [inline] |
virtual Value dynamicgraph::command::DirectSetter< E, T >::doExecute | ( | ) | [inline, protected, virtual] |
Specific action performed by the command.
Implements dynamicgraph::command::Command.
References dynamicgraph::command::Command::getParameterValues().