Loading...
Searching...
No Matches
command-bind.h File Reference
#include "dynamic-graph/command.h"
#include <boost/assign/list_of.hpp>
#include <boost/function.hpp>
#include <boost/bind.hpp>
Include dependency graph for command-bind.h:
This graph shows which files directly or indirectly include this file:

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)