Base class for objects that have a natural string representation. More...
#include <printable.hpp>
Extra doc: https://github.com/casadi/casadi/wiki/L_7i
Definition at line 62 of file printable.hpp.
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Derived &obj) |
Print a string representation of the object to a stream. More... | |
std::string | repr (const Derived &obj) |
Get string representation with type information. More... | |
|
friend |
Definition at line 66 of file printable.hpp.
|
friend |
Definition at line 72 of file printable.hpp.