Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
li_cpointer_cpp.i
blob: 869ce6e69698bf88114c360b5183492f9bcff4d5 [
file
] [
log
] [
blame
]
%
module
li_cpointer_cpp
%
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
);