#include <cassert>
#include <iostream>
Include dependency graph for SLedaUserTypes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | make_input_op(classname) |
#define | make_output_op(classname) |
|
Value: inline \ std::istream& operator>>(std::istream& rIs, const classname& rObj) \ { \ assert("not implemented" && 0); \ return rIs; \ } |
|
Value: inline \ std::ostream& operator<<(std::ostream& rOs, const classname& rObj) \ { \ rOs << "*undefined output by make_output_op*" \ return rOs; \ } |