signal-caster.h File Reference
#include <map>
#include <typeinfo>
#include <vector>
#include <boost/any.hpp>
#include <boost/format.hpp>
#include <boost/function/function1.hpp>
#include <boost/function/function2.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/tuple/tuple.hpp>
#include "dynamic-graph/exception-signal.h"
#include <dynamic-graph/dynamic-graph-api.h>
Include dependency graph for signal-caster.h:
This graph shows which files directly or indirectly include this file:

Classes

class  dynamicgraph::SignalCaster
 This singleton class allows serialization of a number of objects into (disp) and from (cast) std i/o streams. More...
 
class  dynamicgraph::SignalCastRegisterer
 The SignalCast registerer class. More...
 

Namespaces

 dynamicgraph
 This is the namespace where every object and class of this library is located.
 

Functions

template<typename T >
void dynamicgraph::signal_disp (const T &value, std::ostream &os)
 Global signal cast template (helper) functions. More...
 
template<typename T >
dynamicgraph::signal_cast (std::istringstream &iss)
 
template<typename T >
void dynamicgraph::signal_trace (const T &value, std::ostream &os)