File: Config.pm

package info (click to toggle)
libpdl-ccs-perl 1.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: perl: 2,720; makefile: 3; ansic: 3
file content (48 lines) | stat: -rw-r--r-- 1,780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Automatically generated, remove to re-configure!

package PDL::CCS::Config;
use strict;
use PDL qw();
our @ISA = qw(Exporter);
our (%ccsConfig);
our @EXPORT      = qw(ccs_indx);
our @EXPORT_OK   = ('%ccsConfig', 'ccs_indx');
our %EXPORT_TAGS = (config=>['%ccsConfig'], Func=>\@EXPORT, default=>\@EXPORT, all=>\@EXPORT_OK);

%ccsConfig = (
               'INDX_CTYPE' => 'PDL_Indx',
               'INDX_FUNC' => 'indx',
               'INDX_FUNCDEF' => '*ccs_indx = \\&PDL::indx; ##-- typecasting for CCS indices (deprecated)
',
               'INDX_SIG' => 'indx',
               'INDX_TYPEDEF' => 'typedef PDL_Indx CCS_Indx;  /**< typedef for CCS indices (deprecated) */
',
               'INT_TYPE_CHRS' => [
                                    'A',
                                    'B',
                                    'S',
                                    'U',
                                    'L',
                                    'K',
                                    'N',
                                    'P',
                                    'Q'
                                  ],
               'INT_TYPE_KEYS' => [
                                    'PDL_SB',
                                    'PDL_B',
                                    'PDL_S',
                                    'PDL_US',
                                    'PDL_L',
                                    'PDL_UL',
                                    'PDL_IND',
                                    'PDL_ULL',
                                    'PDL_LL'
                                  ],
               'INT_TYPE_MAX_IONAME' => 'longlong'
             );

*PDL::ccs_indx = *ccs_indx = \&PDL::indx; ##-- typecasting for CCS indices (deprecated)


1; ##-- be happy