List of all members.
Public Member Functions |
| DefaultCastRegisterer () |
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) |
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 << .
Constructor & Destructor Documentation
Member Function Documentation