File: typemap.xsp

package info (click to toggle)
libextutils-xspp-perl 0.1800-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 992 kB
  • sloc: perl: 8,324; cpp: 125; makefile: 2
file content (8 lines) | stat: -r--r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
// Enable default XS typemaps
%loadplugin{feature::default_xs_typemap};

%typemap{std::string}{simple};
%typemap{std::string&}{reference};
%typemap{Dog_Factory*}{simple};

%exception{noSoundException}{CannotMakeSoundException}{stdmessage};