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
CommitLineData
ea035a69
JH
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
7svtype T_ENUM
8intRef * T_PTRREF
9intRef T_IV
10intObj * T_PTROBJ
11intObj T_IV
12intRefIv * T_REF_IV_PTR
13intRefIv T_IV
14intArray * T_ARRAY
15intOpq T_IV
16intOpq * T_OPAQUEPTR
17shortOPQ T_OPAQUE
aa921f48 18shortOPQ * T_OPAQUEPTR
5abff6f9 19astruct * T_OPAQUEPTR
b64f48ff
S
20AV_FIXED * T_AVREF_REFCOUNT_FIXED
21HV_FIXED * T_HVREF_REFCOUNT_FIXED
1d2615b4
S
22CV_FIXED * T_CVREF_REFCOUNT_FIXED
23SVREF_FIXED T_SVREF_REFCOUNT_FIXED