mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
#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>
|
||||
Reference in New Issue
Block a user