source: branches/stable/PERL2ARB/typemap

Last change on this file was 14786, checked in by westram, 8 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 329 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
7TYPEMAP
8
9GBDATA *        T_PTROBJ
10
11uint32_t        T_U_LONG
12GB_ULONG        T_U_LONG
13
14GB_BOOL         T_INT
15uint8_t         T_INT
16int32_t         T_INT
Note: See TracBrowser for help on using the repository browser.