1FFI::Platypus::TypeParsUesre:r:VCeornstiroinb1u(t3e)d PeFrFlI:D:oPcluamteynptuast:i:oTnypeParser::Version1(3)
2
3
4
6 FFI::Platypus::TypeParser::Version1 - FFI Type Parser Version One
7
9 version 0.94
10
12 use FFI::Platypus;
13 my $ffi = FFI::Platypus->new( api => 1 );
14 $ffi->type('record(Foo::Bar)' => 'foo_bar_t');
15 $ffi->type('record(Foo::Bar)*' => 'foo_bar_ptr');
16 $ffi->type('opaque' => 'baz_t');
17 $ffi->type('bar_t*' => 'baz_ptr');
18
20 This documents the second (version 1) type parser for FFI::Platypus.
21 This type parser was included with FFI::Platypus starting with version
22 0.91 in an experimental capability, and 1.00 as a stable interface.
23 Starting with version 1.00 the main FFI::Platypus documentation
24 describes the version 1 API and you can refer to
25 FFI::Platypus::TypeParser::Version0 for details on the version0 API.
26
28 FFI::Platypus
29 The core FFI::Platypus documentation.
30
31 FFI::Platypus::TypeParser::Version0
32 The API 0.02 type parser.
33
35 Author: Graham Ollis <plicease@cpan.org>
36
37 Contributors:
38
39 Bakkiaraj Murugesan (bakkiaraj)
40
41 Dylan Cali (calid)
42
43 pipcet
44
45 Zaki Mughal (zmughal)
46
47 Fitz Elliott (felliott)
48
49 Vickenty Fesunov (vyf)
50
51 Gregor Herrmann (gregoa)
52
53 Shlomi Fish (shlomif)
54
55 Damyan Ivanov
56
57 Ilya Pavlov (Ilya33)
58
59 Petr Pisar (ppisar)
60
61 Mohammad S Anwar (MANWAR)
62
64 This software is copyright (c) 2015,2016,2017,2018,2019 by Graham
65 Ollis.
66
67 This is free software; you can redistribute it and/or modify it under
68 the same terms as the Perl 5 programming language system itself.
69
70
71
72perl v5.30.0 2019-07F-F2I6::Platypus::TypeParser::Version1(3)