#include "dynamic-graph/command.h"
#include <boost/assign/list_of.hpp>
#include <boost/function.hpp>
#include <boost/bind.hpp>
Classes | |
struct | dynamicgraph::command::CommandVoid0< E > |
Namespaces | |
namespace | dynamicgraph |
WIN32. | |
namespace | dynamicgraph::command |
Functions | |
template<class E > | |
CommandVoid0< E > * | dynamicgraph::command::makeCommandVoid0 (E &entity, boost::function< void(void)> function, const std::string &docString) |
template<class E > | |
CommandVoid0< E > * | dynamicgraph::command::makeCommandVoid0 (E &entity, boost::function< void(E *)> function, const std::string &docString) |
template<class E > | |
CommandVoid0< E > * | dynamicgraph::command::makeCommandVoid0 (E &entity, void(E::*function)(void), const std::string &docString) |
std::string | dynamicgraph::command::docCommandVoid0 (const std::string &doc) |