#include <dynamic-graph/signal-cast-helper.h>
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) | |
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 << .
|
static |
A default version of the caster, to serialize directly from std::in.
Definition at line 52 of file signal-cast-helper.h.