Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
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.
 
 
 
 
 
 

14 lines
380 B

#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>