fix def args + director + constructors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6689 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
46dea78d93
commit
41a0b2dd59
4 changed files with 97 additions and 11 deletions
|
|
@ -10,3 +10,4 @@ typedef unsigned long VALUE;
|
|||
%typemap(directorin) VALUE "$input = $1;";
|
||||
%typemap(directorout) VALUE "$result = $input;";
|
||||
|
||||
%typecheck(SWIG_TYPECHECK_POINTER) VALUE "$1 = ($input != T_NONE);";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue