File: typemap.xsp

package info (click to toggle)
libfreecontact-perl 0.08-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: perl: 87; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*  Copyright (C) 2013 by Laszlo Kajan, Technical University of Munich, Germany

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself, either Perl version 5.10.1 or,
    at your option, any later version of Perl 5 you may have available.
*/
%typemap{cont_res_t}{simple};
%typemap{parset_t}{simple};
%typemap{predictor*}{simple};
%typemap{ali_t&}{simple};
%typemap{double};
%typemap{U16}{simple};
%typemap{bool}{simple};
%typemap{std::map}{simple};
%typemap{freq_vec_t};
%typemap{time_res_t*}{simple};

// vim:noet:syntax=cpp:ts=4: