#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) |
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.