You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
380 B
15 lines
380 B
5 years ago
|
|
||
|
#pragma SWIG nowarn=801
|
||
|
|
||
|
%rename(ios_base_in) std::ios_base::in;
|
||
|
|
||
|
AUTODOC(cerr, "Standard C++ error stream");
|
||
|
AUTODOC(cout, "Standard C++ output stream");
|
||
|
AUTODOC(cin, "Standard C++ input stream");
|
||
|
AUTODOC(clog, "Standard C++ logging stream");
|
||
|
AUTODOC(endl, "Add an end line to stream");
|
||
|
AUTODOC(ends, "Ends stream");
|
||
|
AUTODOC(flush, "Flush stream");
|
||
|
|
||
|
%include <std/std_ios.i>
|