PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/ruby/std_iostream.i

#
Swig | 12 lines | 9 code | 3 blank | 0 comment | 0 complexity | d8f4670c9815e1e7ef4b9b3d2ed7a981 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  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>