support for (void *)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f4d82c2d62
commit
906c610708
1 changed files with 3 additions and 0 deletions
|
|
@ -66,8 +66,10 @@
|
|||
%typemap(m3rawintype) long double *, long double &, long double "C.long_double"
|
||||
%typemap(m3rawintype) char * "C.char_star"
|
||||
%typemap(m3rawintype) void ""
|
||||
%typemap(m3rawintype) void * "ADDRESS"
|
||||
|
||||
%typemap(m3rawinmode) char * ""
|
||||
%typemap(m3rawinmode) void * ""
|
||||
|
||||
%typemap(m3rawrettype) bool, const bool & "BOOLEAN"
|
||||
%typemap(m3rawrettype) char, const char & "C.char"
|
||||
|
|
@ -86,6 +88,7 @@
|
|||
%typemap(m3rawrettype) long double, const long double & "C.long_double"
|
||||
%typemap(m3rawrettype) char * "C.char_star"
|
||||
%typemap(m3rawrettype) void ""
|
||||
%typemap(m3rawrettype) void * "ADDRESS"
|
||||
|
||||
%typemap("m3rawtype:import")
|
||||
char, const char &,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue