File: typemap.xsp

package info (click to toggle)
librg-blast-parser-perl 0.03-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 37; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*  Copyright (C) 2012 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.8.8 or,
    at your option, any later version of Perl 5 you may have available.  */

%typemap{parser_driver*}{simple};
%typemap{FILE*}{simple};
%typemap{std::string}{simple};
%typemap{rostlab::blast::result}{simple};
%typemap{bool}{simple};

// vim:noet: