Home
last modified time | relevance | path

Searched refs:SWIGTYPE (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/swig/swig-4.0.2/Lib/d/
H A Ddswigtype.swg7 %typemap(ctype) SWIGTYPE "void *"
8 %typemap(imtype) SWIGTYPE "void*"
28 SWIGTYPE,
29 SWIGTYPE *,
30 SWIGTYPE &,
31 SWIGTYPE [],
32 SWIGTYPE *const&
48 %typemap(out) SWIGTYPE
104 ) SWIGTYPE * {
111 %apply SWIGTYPE * { SWIGTYPE *const }
[all …]
H A Ddclassgen.swg7 %typemap(dbase) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) ""
8 %typemap(dclassmodifiers) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) "c…
9 %typemap(dcode) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) ""
10 %typemap(dimports) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) ""
11 %typemap(dinterfaces) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) ""
12 %typemap(dinterfaces_derived) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE [], SWIGTYPE (CLASS::*) ""
16 %typemap(dcode) enum SWIGTYPE ""
27 %typemap(ddestructor) SWIGTYPE %{
66 %typemap(dbody) SWIGTYPE %{
83 %typemap(dbody_derived) SWIGTYPE %{
[all …]
H A Ddenums.swg12 %typemap(ctype) enum SWIGTYPE "int"
13 %typemap(imtype) enum SWIGTYPE "int"
16 %typecheck(SWIG_TYPECHECK_POINTER) enum SWIGTYPE ""
18 %typemap(in) enum SWIGTYPE %{ $1 = ($1_ltype)$input; %}
19 %typemap(out) enum SWIGTYPE %{ $result = (int)$1; %}
26 %typemap(din) enum SWIGTYPE "cast(int)$dinput"
27 %typemap(dout, excode=SWIGEXCODE) enum SWIGTYPE {
37 %typemap(ctype) const enum SWIGTYPE & "int"
38 %typemap(imtype) const enum SWIGTYPE & "int"
39 %typemap(dtype) const enum SWIGTYPE & "$*dclassname"
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dtypemap_array_qualifiers.i5 SWIGTYPE,
6 SWIGTYPE *,
7 SWIGTYPE *const,
8 SWIGTYPE *const&,
9 const SWIGTYPE *,
10 const SWIGTYPE *const,
15 SWIGTYPE [],
16 SWIGTYPE [ANY],
17 const SWIGTYPE [],
21 SWIGTYPE &,
[all …]
/dports/devel/swig/swig-4.0.2/Lib/java/
H A Denumsimple.swg10 // const enum SWIGTYPE & typemaps
11 %typemap(jni) const enum SWIGTYPE & "jint"
12 %typemap(jtype) const enum SWIGTYPE & "int"
29 %typemap(throws) const enum SWIGTYPE &
34 %typemap(javaout) const enum SWIGTYPE & {
39 // enum SWIGTYPE typemaps
40 %typemap(jni) enum SWIGTYPE "jint"
41 %typemap(jtype) enum SWIGTYPE "int"
42 %typemap(jstype) enum SWIGTYPE "int"
54 %typemap(throws) enum SWIGTYPE
[all …]
H A Denumtypeunsafe.swg10 // const enum SWIGTYPE & typemaps
11 %typemap(jni) const enum SWIGTYPE & "jint"
12 %typemap(jtype) const enum SWIGTYPE & "int"
29 %typemap(throws) const enum SWIGTYPE &
34 %typemap(javaout) const enum SWIGTYPE & {
39 // enum SWIGTYPE typemaps
40 %typemap(jni) enum SWIGTYPE "jint"
41 %typemap(jtype) enum SWIGTYPE "int"
42 %typemap(jstype) enum SWIGTYPE "int"
54 %typemap(throws) enum SWIGTYPE
[all …]
H A Denums.swg10 // const enum SWIGTYPE & typemaps
11 %typemap(jni) const enum SWIGTYPE & "jint"
12 %typemap(jtype) const enum SWIGTYPE & "int"
29 %typemap(throws) const enum SWIGTYPE &
34 %typemap(javaout) const enum SWIGTYPE & {
39 // enum SWIGTYPE typemaps
40 %typemap(jni) enum SWIGTYPE "jint"
41 %typemap(jtype) enum SWIGTYPE "int"
54 %typemap(throws) enum SWIGTYPE
59 %typemap(javaout) enum SWIGTYPE {
[all …]
H A Denumtypesafe.swg9 // const enum SWIGTYPE & typemaps
10 %typemap(jni) const enum SWIGTYPE & "jint"
11 %typemap(jtype) const enum SWIGTYPE & "int"
28 %typemap(throws) const enum SWIGTYPE &
33 %typemap(javaout) const enum SWIGTYPE & {
37 // enum SWIGTYPE typemaps
38 %typemap(jni) enum SWIGTYPE "jint"
39 %typemap(jtype) enum SWIGTYPE "int"
52 %typemap(throws) enum SWIGTYPE
57 %typemap(javaout) enum SWIGTYPE {
[all …]
/dports/devel/swig/swig-4.0.2/Lib/csharp/
H A Denums.swg8 // const enum SWIGTYPE & typemaps
9 %typemap(ctype) const enum SWIGTYPE & "int"
10 %typemap(imtype) const enum SWIGTYPE & "int"
45 // enum SWIGTYPE typemaps
46 %typemap(ctype) enum SWIGTYPE "int"
47 %typemap(imtype) enum SWIGTYPE "int"
60 %typemap(throws, canthrow=1) enum SWIGTYPE
77 %typemap(csbase) enum SWIGTYPE ""
79 %typemap(cscode) enum SWIGTYPE ""
80 %typemap(csimports) enum SWIGTYPE ""
[all …]
H A Denumsimple.swg10 // const enum SWIGTYPE & typemaps
11 %typemap(ctype) const enum SWIGTYPE & "int"
12 %typemap(imtype) const enum SWIGTYPE & "int"
13 %typemap(cstype) const enum SWIGTYPE & "int"
47 // enum SWIGTYPE typemaps
48 %typemap(ctype) enum SWIGTYPE "int"
49 %typemap(imtype) enum SWIGTYPE "int"
50 %typemap(cstype) enum SWIGTYPE "int"
62 %typemap(throws, canthrow=1) enum SWIGTYPE
67 %typemap(csin) enum SWIGTYPE "$csinput"
[all …]
H A Denumtypesafe.swg9 // const enum SWIGTYPE & typemaps
10 %typemap(ctype) const enum SWIGTYPE & "int"
11 %typemap(imtype) const enum SWIGTYPE & "int"
46 // enum SWIGTYPE typemaps
47 %typemap(ctype) enum SWIGTYPE "int"
48 %typemap(imtype) enum SWIGTYPE "int"
61 %typemap(throws, canthrow=1) enum SWIGTYPE
78 %typemap(csbase) enum SWIGTYPE ""
80 %typemap(cscode) enum SWIGTYPE ""
81 %typemap(csimports) enum SWIGTYPE ""
[all …]
H A Dcsharp.swg18 %typemap(csimports) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
585 %typemap(throws, canthrow=1) SWIGTYPE, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE *, SWIGTYPE [ANY]
616 %typemap(csin) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] "$csclassname.getCPtr($csinput)"
716 %typemap(csvarin, excode=SWIGEXCODE2) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
882 %typemap(csbase) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
883 %typemap(csclassmodifiers) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
884 %typemap(cscode) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
886 …typemap(csinterfaces) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
887 %typemap(csinterfaces_derived) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
1029 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/python/
H A Dpydocs.swg5 %typemap(doc) SWIGTYPE "@param $1_name $1_type";
11 %typemap(doc) SWIGTYPE *INOUT, SWIGTYPE &INOUT "@param $1_name $1_type (input/output)";
12 %typemap(doc) SWIGTYPE *INPUT, SWIGTYPE &INPUT "@param $1_name $1_type (input)";
13 %typemap(doc) SWIGTYPE *OUTPUT, SWIGTYPE &OUTPUT "@param $1_name $1_type (output)";
15 %typemap(doc) SWIGTYPE "$1_name: $1_type";
16 %typemap(doc) SWIGTYPE * "$1_name: $1_type";
21 %typemap(doc) SWIGTYPE *INOUT, SWIGTYPE &INOUT "$1_name: $1_type (input/output)";
22 %typemap(doc) SWIGTYPE *INPUT, SWIGTYPE &INPUT "$1_name: $1_type (input)";
23 %typemap(doc) SWIGTYPE *OUTPUT, SWIGTYPE &OUTPUT "$1_name: $1_type (output)";
37 %typemap(doctype) enum SWIGTYPE "int";
[all …]
/dports/devel/swig/swig-4.0.2/Lib/modula3/
H A Dmodula3.swg631 %typemap(m3in) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], SWIGTYPE (CLASS::*) "$1_basetype.g…
665 %typemap(m3out) SWIGTYPE *, SWIGTYPE [], SWIGTYPE (CLASS::*) %{
671 %typemap(m3varin) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], SWIGTYPE (CLASS::*) %{
717 %typemap(m3varout) SWIGTYPE *, SWIGTYPE [], SWIGTYPE (CLASS::*) %{
724 %typemap(m3base) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
725 %typemap(m3classmodifiers) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
726 %typemap(m3code) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
727 %typemap(m3imports) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
729 …typemap(m3interfaces_derived) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], S…
730 %typemap(m3ptrconstructormodifiers) SWIGTYPE, SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [], SWI…
[all …]
/dports/devel/swig/swig-4.0.2/Lib/typemaps/
H A Dswigtype.swg12 %typemap(freearg) SWIGTYPE * "";
140 %typemap(out,noblock=1) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE[] {
524 %typemap(constcode,noblock=1) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] {
608 %apply SWIGTYPE (CLASS::*) { SWIGTYPE (CLASS::*const) }
609 %apply SWIGTYPE & { SWIGTYPE (CLASS::*const&) }
652 %typemap(constcode) SWIGTYPE ((* const)(ANY)) = SWIGTYPE ((*)(ANY));
672 %apply SWIGTYPE ((*)(ANY)) { SWIGTYPE ((* const)(ANY)) }
674 %apply SWIGTYPE * { SWIGTYPE *const }
700 %typemap(out,noblock=1) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
710 %typemap(out,noblock=1) SWIGTYPE *INSTANCE, SWIGTYPE &INSTANCE, SWIGTYPE INSTANCE[] {
[all …]
/dports/devel/swig/swig-4.0.2/Lib/guile/
H A Dtypemaps.i9 %typemap(in) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] {
12 %typemap(freearg) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] "";
48 %typemap(out) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] {
52 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
57 %typemap(varout) SWIGTYPE *, SWIGTYPE [] {
421 enum SWIGTYPE enum
472 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
473 %apply SWIGTYPE && { SWIGTYPE ((&&)[ANY]) }
476 %apply SWIGTYPE * { SWIGTYPE *const }
477 %apply SWIGTYPE (CLASS::*) { SWIGTYPE (CLASS::*const) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/mzscheme/
H A Dtypemaps.i10 %typemap(in) SWIGTYPE * {
53 %typemap(varout) SWIGTYPE *, SWIGTYPE [] {
69 %typemap(in) SWIGTYPE &, SWIGTYPE && {
74 %typemap(out) SWIGTYPE &, SWIGTYPE && {
126 %typemap(out) SWIGTYPE
307 enum SWIGTYPE enum
332 %typecheck(SWIG_TYPECHECK_POINTER) SWIGTYPE *, SWIGTYPE [] {
341 %typecheck(SWIG_TYPECHECK_POINTER) SWIGTYPE &, SWIGTYPE && {
370 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
371 %apply SWIGTYPE && { SWIGTYPE ((&&)[ANY]) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/tcl/
H A Dtcltypemaps.swg69 %typemap(out,noblock=1) SWIGTYPE *INSTANCE, SWIGTYPE &INSTANCE, SWIGTYPE &&INSTANCE, SWIGTYPE INSTA…
73 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
80 %typemap(throws,noblock=1) SWIGTYPE CLASS {
85 %typemap(out) SWIGTYPE = SWIGTYPE INSTANCE;
86 %typemap(out) SWIGTYPE * = SWIGTYPE *INSTANCE;
87 %typemap(out) SWIGTYPE *const = SWIGTYPE *;
88 %typemap(out) SWIGTYPE & = SWIGTYPE &INSTANCE;
89 %typemap(out) SWIGTYPE && = SWIGTYPE &&INSTANCE;
90 %typemap(out) SWIGTYPE [] = SWIGTYPE INSTANCE[];
91 %typemap(varout) SWIGTYPE = SWIGTYPE INSTANCE;
/dports/devel/swig/swig-4.0.2/Lib/go/
H A Dgo.swg576 %typemap(out) SWIGTYPE
602 %typemap(throws) SWIGTYPE, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE *, SWIGTYPE [], SWIGTYPE [ANY]
689 SWIGTYPE,
690 SWIGTYPE *,
691 SWIGTYPE &,
692 SWIGTYPE &&,
693 SWIGTYPE *const&,
694 SWIGTYPE [],
698 %apply SWIGTYPE * { SWIGTYPE *const }
699 %apply SWIGTYPE (CLASS::*) { SWIGTYPE (CLASS::*const) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/lua/
H A Dtypemaps.i76 SWIG_NUMBER_TYPEMAP(enum SWIGTYPE);
389 %typemap(in) enum SWIGTYPE INOUT[ANY]=enum SWIGTYPE INPUT[ANY];
390 %typemap(argout) enum SWIGTYPE INOUT[ANY]=enum SWIGTYPE OUTPUT[ANY];
391 %typemap(freearg) enum SWIGTYPE INOUT[ANY]=enum SWIGTYPE INPUT[ANY];
393 %typemap(in) (enum SWIGTYPE *INOUT,int)=(enum SWIGTYPE *INPUT,int);
396 %typemap(freearg) (enum SWIGTYPE *INOUT,int)=(enum SWIGTYPE *INPUT,int);
521 %typemap(in) SWIGTYPE* INOUT[ANY]=SWIGTYPE* INPUT[ANY];
522 %typemap(argout) SWIGTYPE* INOUT[ANY]=SWIGTYPE* OUTPUT[ANY];
523 %typemap(freearg) SWIGTYPE* INOUT[ANY]=SWIGTYPE* INPUT[ANY];
525 %typemap(in) (SWIGTYPE** INOUT,int)=(SWIGTYPE** INPUT,int);
[all …]
/dports/devel/swig/swig-4.0.2/Lib/ocaml/
H A Docaml.swg39 %typemap(in) SWIGTYPE & {
55 %typemap(varout) SWIGTYPE &, SWIGTYPE && {
59 %typemap(out) SWIGTYPE &, SWIGTYPE && {
92 %typemap(in) SWIGTYPE {
119 %typemap(directorin) SWIGTYPE *, SWIGTYPE [], SWIGTYPE &, SWIGTYPE && {
298 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
304 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
305 %apply SWIGTYPE && { SWIGTYPE ((&)[ANY]) }
308 %apply SWIGTYPE * { SWIGTYPE *const }
309 %apply SWIGTYPE (CLASS::*) { SWIGTYPE (CLASS::*const) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/php/
H A Dphp.swg105 %typemap(in) SWIGTYPE *,
106 SWIGTYPE []
113 %typemap(in) SWIGTYPE &
120 %typemap(in) SWIGTYPE &&
409 %typemap(out) SWIGTYPE
518 %typemap(throws) SWIGTYPE, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE *, SWIGTYPE [], SWIGTYPE [ANY] %{
530 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
531 %apply SWIGTYPE && { SWIGTYPE ((&&)[ANY]) }
534 %apply SWIGTYPE * { SWIGTYPE *const }
535 %apply SWIGTYPE (CLASS::*) { SWIGTYPE (CLASS::*const) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/pike/
H A Dpike.swg54 %typemap(in) SWIGTYPE *,
55 SWIGTYPE &,
118 %typemap(out, pikedesc="tObj") SWIGTYPE*, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] "push_object(SWIG_Ne…
125 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC "/* FIXME */";
222 enum SWIGTYPE, enum SWIGTYPE &, SWIGTYPE &&,
243 %typecheck(SWIG_TYPECHECK_POINTER) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE [] {
271 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
272 %apply SWIGTYPE && { SWIGTYPE ((&&)[ANY]) }
275 %apply SWIGTYPE * { SWIGTYPE *const }
276 %apply SWIGTYPE (CLASS::*) { SWIGTYPE (CLASS::*const) }
[all …]
/dports/devel/swig/swig-4.0.2/Lib/r/
H A Drtype.swg87 %typemap(scoercein) enum SWIGTYPE
96 %typemap(scoercein) SWIGTYPE, SWIGTYPE *, SWIGTYPE *const, SWIGTYPE &, SWIGTYPE &&
100 %typemap(scoercein) SWIGTYPE *, SWIGTYPE *const
103 %typemap(scoercein) SWIGTYPE &
106 %typemap(scoercein) SWIGTYPE &&
109 %typemap(scoercein) SWIGTYPE
153 %typemap(scoerceout) SWIGTYPE
157 %typemap(scoerceout) SWIGTYPE &
162 %typemap(scoerceout) SWIGTYPE &&
166 %typemap(scoerceout) SWIGTYPE *
[all …]
/dports/devel/swig/swig-4.0.2/Lib/cffi/
H A Dcffi.swg69 enum SWIGTYPE, SWIGTYPE *,
70 SWIGTYPE[ANY], SWIGTYPE &, SWIGTYPE && "$1_ltype";
79 enum SWIGTYPE, SWIGTYPE *,
80 SWIGTYPE[ANY], SWIGTYPE &, SWIGTYPE && "$1 = $input;";
90 enum SWIGTYPE, SWIGTYPE *,
91 SWIGTYPE[ANY], SWIGTYPE &, SWIGTYPE && "$result = $1;";
112 %typecheck(SWIG_TYPECHECK_POINTER) SWIGTYPE *, SWIGTYPE &, SWIGTYPE &&,
134 %apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
135 %apply SWIGTYPE && { SWIGTYPE ((&&)[ANY]) }
138 %apply SWIGTYPE * { SWIGTYPE *const }
[all …]

123456789