better support for string and def. args, plus adding allocator + sstream

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6818 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-12-01 01:22:30 +00:00
commit ee3e53c9cd
10 changed files with 309 additions and 118 deletions

View file

@ -1,8 +1,8 @@
namespace std
{
%pythoncallback(1) endl;
%pythoncallback(1) ends;
%pythoncallback(1) flush;
%callback(1) endl;
%callback(1) ends;
%callback(1) flush;
}
%include <std/std_iostream.i>