Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

general/SLedaUserTypes.h File Reference

#include <cassert>
#include <iostream>

Include dependency graph for SLedaUserTypes.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define make_input_op(classname)
#define make_output_op(classname)


Define Documentation

#define make_input_op classname   
 

Value:

inline \
  std::istream& operator>>(std::istream& rIs, const classname& rObj) \
  { \
    assert("not implemented" && 0); \
    return rIs; \
  }

#define make_output_op classname   
 

Value:

inline \
  std::ostream& operator<<(std::ostream& rOs, const classname& rObj) \
  { \
    rOs << "*undefined output by make_output_op*" \
    return rOs; \
  }


Generated on Thu May 22 16:48:51 2003 for Sketch-it! by doxygen1.2.18