FFI::Platypus::Lang::Raw - Types for use with FFI::Platypus::Legacy::Raw
version 0.06
use FFI::Platypus; my $ffi = FFI::Platypus->new; $ffi->lang('Raw');
This is a "language" plugin for FFI::Platypus::Legacy::Raw integration. Included are the same types provided by FFI::Platypus::Lang::C, plus the types understood by Raw such as FFI::Platypus::Legacy::Raw::int()
.
my $hashref = FFI::Platypus::Lang::Raw->native_type_map;
Returns a hashref for the type map for FFI::Platypus::Legacy::Raw.
Original author: Alessandro Ghedini (ghedo, ALEXBIO)
Current maintainer: Graham Ollis <plicease@cpan.org>
Contributors:
Bakkiaraj Murugesan (bakkiaraj)
Dylan Cali (CALID)
Brian Wightman (MidLifeXis, MLX)
David Steinbrunner (dsteinbrunner)
Olivier Mengué (DOLMEN)
This software is copyright (c) 2012 by Alessandro Ghedini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.