Classes | |
| class | Command |
| Abstract class for entity commands. More... | |
| struct | CommandVoid0 |
| class | DirectGetter |
| class | DirectSetter |
| class | EitherType |
| class | Getter |
| Command that calls a parameter getter function. More... | |
| class | Setter |
| Command that calls a parameter setter function. More... | |
| class | Setter< E, bool > |
| class | Setter< E, double > |
| class | Setter< E, float > |
| class | Setter< E, int > |
| class | Setter< E, Matrix > |
| class | Setter< E, std::string > |
| class | Setter< E, unsigned > |
| class | Setter< E, Vector > |
| class | Value |
| struct | ValueHelper |
Functions | |
| template<class E > | |
| CommandVoid0< E > * | makeCommandVoid0 (E &entity, boost::function< void(void)> function, const std::string &docString) |
| template<class E > | |
| CommandVoid0< E > * | makeCommandVoid0 (E &entity, boost::function< void(E *)> function, const std::string &docString) |
| template<class E > | |
| CommandVoid0< E > * | makeCommandVoid0 (E &entity, void(E::*function)(void), const std::string &docString) |
| std::string | docCommandVoid0 (const std::string &doc) |
| template<class E , typename T > | |
| DirectGetter< E, T > * | makeDirectGetter (E &entity, T *ptr, const std::string &docString) |
| std::string | docDirectGetter (const std::string &name, const std::string &type) |
| template<class E , typename T > | |
| DirectSetter< E, T > * | makeDirectSetter (E &entity, T *ptr, const std::string &docString) |
| std::string | docDirectSetter (const std::string &name, const std::string &type) |
|
inline |
|
inline |
|
inline |
| CommandVoid0< E > * dynamicgraph::command::makeCommandVoid0 | ( | E & | entity, |
| boost::function< void(E *)> | function, | ||
| const std::string & | docString | ||
| ) |
| CommandVoid0< E > * dynamicgraph::command::makeCommandVoid0 | ( | E & | entity, |
| boost::function< void(void)> | function, | ||
| const std::string & | docString | ||
| ) |
| CommandVoid0< E > * dynamicgraph::command::makeCommandVoid0 | ( | E & | entity, |
| void(E::*)(void) | function, | ||
| const std::string & | docString | ||
| ) |
| DirectGetter< E, T > * dynamicgraph::command::makeDirectGetter | ( | E & | entity, |
| T * | ptr, | ||
| const std::string & | docString | ||
| ) |