#include <dynamic-graph/command-direct-getter.h>
Public Types | |
typedef T(E::* | GetterMethod )() const |
Pointer to method that sets parameter of type T. | |
Public Member Functions | |
DirectGetter (E &entity, T *ptr, const std::string &docString) | |
Constructor. | |
Protected Member Functions | |
virtual Value | doExecute () |
Specific action performed by the command. |
typedef T(E::* dynamicgraph::command::DirectGetter< E, T >::GetterMethod)() const |
Pointer to method that sets parameter of type T.
dynamicgraph::command::DirectGetter< E, T >::DirectGetter | ( | E & | entity, |
T * | ptr, | ||
const std::string & | docString | ||
) | [inline] |
Constructor.
virtual Value dynamicgraph::command::DirectGetter< E, T >::doExecute | ( | ) | [inline, protected, virtual] |
Specific action performed by the command.
Implements dynamicgraph::command::Command.