File: typemap.xspt

package info (click to toggle)
libboost-geometry-utils-perl 0.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 37,412 kB
  • sloc: cpp: 419,352; perl: 713; ansic: 603; makefile: 2
file content (12 lines) | stat: -r--r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
%typemap{std::string}{simple};
%typemap{std::string&}{reference};

%typemap{opolygon};
%typemap{omultipolygon};
%typemap{omultilinestring};

%typemap{polygon};
%typemap{multi_polygon};
%typemap{const polygon};
%typemap{linestring};
%typemap{multi_linestring};