This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update htmlescp.t test case for new Pod::Html
[perl5.git] / ext / XS-Typemap / typemap
1 # Typemap file for typemap testing
2 # includes bonus typemap entries
3 # Mainly so that all the standard typemaps can be exercised even when
4 # there is not a corresponding type explicitly identified in the standard
5 # typemap
6
7 svtype          T_ENUM
8 intRef *        T_PTRREF
9 intRef          T_IV
10 intObj *        T_PTROBJ
11 intObj          T_IV
12 intRefIv *      T_REF_IV_PTR
13 intRefIv        T_IV
14 intArray *      T_ARRAY
15 intOpq          T_IV
16 intOpq   *      T_OPAQUEPTR
17 shortOPQ          T_OPAQUE
18 shortOPQ *      T_OPAQUEPTR
19 astruct *       T_OPAQUEPTR
20 AV_FIXED *      T_AVREF_REFCOUNT_FIXED
21 HV_FIXED *      T_HVREF_REFCOUNT_FIXED
22 CV_FIXED *      T_CVREF_REFCOUNT_FIXED
23 SVREF_FIXED     T_SVREF_REFCOUNT_FIXED