dynamic-graph  4.1.0-8-gdab7-dirty
Dynamic graph library
DefaultCastRegisterer< T > Class Template Reference

#include <dynamic-graph/signal-cast-helper.h>

Inheritance diagram for DefaultCastRegisterer< T >:
Collaboration diagram for DefaultCastRegisterer< T >:

Static Public Member Functions

static boost::any cast (std::istringstream &iss)
 
static void disp (const boost::any &object, std::ostream &os)
 
static void trace (const boost::any &object, std::ostream &os)
 

Additional Inherited Members

- Public Member Functions inherited from SignalCastRegisterer
 SignalCastRegisterer (const std::type_info &type, SignalCaster::displayer_type displayer, SignalCaster::caster_type caster, SignalCaster::tracer_type tracer)
 

Detailed Description

template<typename T>
class dynamicgraph::DefaultCastRegisterer< T >

This class can be used to register default casts, i.e. casts already supported by the object to an std::iostream through the operators >> and << .

Definition at line 32 of file fwd.hh.

Member Function Documentation

◆ cast()

boost::any cast ( std::istringstream &  iss)
static

A default version of the caster, to serialize directly from std::in.

Definition at line 52 of file signal-cast-helper.h.


The documentation for this class was generated from the following files: