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 1.32
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
63 Håkon Hægland (hakonhagland, HAKONH)
64
65 Meredith (merrilymeredith, MHOWARD)
66
67 Diab Jerius (DJERIUS)
68
70 This software is copyright (c) 2015,2016,2017,2018,2019,2020 by Graham
71 Ollis.
72
73 This is free software; you can redistribute it and/or modify it under
74 the same terms as the Perl 5 programming language system itself.
75
76
77
78perl v5.32.0 2020-09F-F2I1::Platypus::TypeParser::Version1(3)