PageRenderTime 40ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Lib/ruby/std_ios.i

#
Swig | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | 3aeb920a5655bf9c93af5eb6c519b1ed MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #pragma SWIG nowarn=801
  2. %rename(ios_base_in) std::ios_base::in;
  3. AUTODOC(cerr, "Standard C++ error stream");
  4. AUTODOC(cout, "Standard C++ output stream");
  5. AUTODOC(cin, "Standard C++ input stream");
  6. AUTODOC(clog, "Standard C++ logging stream");
  7. AUTODOC(endl, "Add an end line to stream");
  8. AUTODOC(ends, "Ends stream");
  9. AUTODOC(flush, "Flush stream");
  10. %include <std/std_ios.i>