/trunk/Lib/ruby/std_iostream.i

# · Swig · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · d8f4670c9815e1e7ef4b9b3d2ed7a981 MD5 · raw file

  1. namespace std
  2. {
  3. %callback("%s") endl;
  4. %callback("%s") ends;
  5. %callback("%s") flush;
  6. }
  7. %warnfilter(365) operator+=;
  8. %warnfilter(802) std::basic_iostream; // turn off multiple inheritance warning
  9. %include <std/std_iostream.i>