more thorough %rename tests including conversion operator %rename

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9836 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-05-26 00:05:32 +00:00
commit ec8d13b467
11 changed files with 660 additions and 1 deletions

View file

@ -1,5 +1,5 @@
%module conversion_namespace
%rename(toFoo) oss::Bar::operator oss::Foo();
%rename(toFoo) oss::Bar::operator Foo();
%inline %{
namespace oss