NAME
FFI::Platypus::Lang::Raw - Types for use with FFI::Platypus::Legacy::Raw
VERSION
version 0.06
SYNOPSIS
use FFI::Platypus;
my $ffi = FFI::Platypus->new;
$ffi->lang('Raw');
DESCRIPTION
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()
.
METHODS
native_type_map
my $hashref = FFI::Platypus::Lang::Raw->native_type_map;
Returns a hashref for the type map for FFI::Platypus::Legacy::Raw.
SEE ALSO
AUTHOR
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)
COPYRIGHT AND LICENSE
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.