source: branches/gcc/PERL2ARB/typemap

Last change on this file was 19913, checked in by westram, 5 days ago
  • 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
9TYPEMAP
10
11GBDATA *        T_PTROBJ
12
13uint32_t        T_U_LONG
14GB_ULONG        T_U_LONG
15
16GB_BOOL         T_INT
17uint8_t         T_INT
18int32_t         T_INT
19
20GBT_LEN         T_FLOAT
Note: See TracBrowser for help on using the repository browser.