summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_cpointer.i
blob: c5584ce5a7d3b60d7d479f2b378f43fe9cfeb6e1 (plain)
1
2
3
4
5
6
7
8
9
10
%module li_cpointer

%warnfilter(SWIGWARN_RUBY_WRONG_NAME) doublep; /* Ruby, wrong class name */

%include "cpointer.i"

%pointer_functions(int,intp);
%pointer_class(double,doublep);
%pointer_cast(int, unsigned int, int_to_uint);