default typemap test added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6301 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
633b882ef7
commit
0e0bc56563
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
%module overload_extendc
|
||||
|
||||
%typemap(default) int int2 "$1=1000;";
|
||||
|
||||
%inline %{
|
||||
typedef struct Foo {
|
||||
int dummy;
|
||||
|
|
@ -10,8 +12,7 @@ typedef struct Foo {
|
|||
int test(int x) { x = 0; return 1; }
|
||||
int test(char *s) { s = 0; return 2; }
|
||||
int test(double x, double y) { x = 0; y = 0; return 3; }
|
||||
int test(char *s, int int1, int int2) { s = 0; return int1+int2; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue