Clang::CastXML::Wrapper - Lowish level wrapper around the CastXML binary
version 0.02
use Clang::CastXML::Wrapper; my $wrapper = Clang::CastXML::Wrapper->new; my $result = $wrapper->raw('--version');
This class provides an interface for executing CastXML.
my $exe = $wrapper->exe;
Returns the path to the castxml executable used by the wrapper class.
my $version = $wrapper->version;
Returns the CastXML version number.
my $result = $wrapper->raw(@arguments);
Run CastXML with the given @arguments
.
$result
is an instance of Clang::CastXML::Wrapper::Result.
Clang::CastXML, Clang::CastXML::Wrapper::Result
Graham Ollis <plicease@cpan.org>
This software is copyright (c) 2020 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.