root/psad/tags/psad-2.1.2/Bit-Vector/typemap

Revision 1175, 1.0 kB (checked in by mbr, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 ###############################################################################
3 ##                                                                           ##
4 ##    Typemap for module "Bit::Vector" version 6.3.                          ##
5 ##                                                                           ##
6 ##    Copyright (c) 1995 - 2002 by Steffen Beyer.                            ##
7 ##    All rights reserved.                                                   ##
8 ##                                                                           ##
9 ##    This package is free software; you can redistribute it                 ##
10 ##    and/or modify it under the same terms as Perl itself.                  ##
11 ##                                                                           ##
12 ###############################################################################
13
14 TYPEMAP
15
16 N_int   T_IV
17 N_long  T_IV
18 Z_int   T_IV
19 Z_long  T_IV
20 boolean T_IV
21 BitVector_Object        T_SV
22 BitVector_Scalar        T_SV
23
Note: See TracBrowser for help on using the browser.