|
Last change
on this file was
19913,
checked in by westram, 5 days ago
|
- full update from 'trunk' into 'gcc'
- adds:
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
426 bytes
|
| Line | |
|---|
| 1 | # ------------------------------ |
|---|
| 2 | # typemap for ARB perl interface |
|---|
| 3 | # |
|---|
| 4 | # Note: if you have problems with enum types |
|---|
| 5 | # see ../PERLTOOLS/arb_proto_2_xsub.cxx@enum_type_replacement |
|---|
| 6 | # |
|---|
| 7 | # Perl XS C/Perl type mapping - https://perldoc.perl.org/perlxstypemap |
|---|
| 8 | |
|---|
| 9 | TYPEMAP |
|---|
| 10 | |
|---|
| 11 | GBDATA * T_PTROBJ |
|---|
| 12 | |
|---|
| 13 | uint32_t T_U_LONG |
|---|
| 14 | GB_ULONG T_U_LONG |
|---|
| 15 | |
|---|
| 16 | GB_BOOL T_INT |
|---|
| 17 | uint8_t T_INT |
|---|
| 18 | int32_t T_INT |
|---|
| 19 | |
|---|
| 20 | GBT_LEN T_FLOAT |
|---|
Note: See
TracBrowser
for help on using the repository browser.