NAME
XSpp::Example - A simple example of XS++
DESCRIPTION
This module just serves as a very basic example distribution using ExtUtils::XSpp
to wrap C++ code for use from Perl. See Animal.h and Dog.h for the C++ implementation and Animal.xsp and Dog.xsp for the declaration of the interface.
Types are mapped in typemap.xsp (XS++ type map) and mytype.map as well as perlobject.map (XS type map).
The classes are used in the test files under t/.
SEE ALSO
AUTHOR
Steffen Mueller, <smueller@cpan.org>
COPYRIGHT AND LICENSE
The XSpp::Example module is
Copyright (C) 2010 by Steffen Mueller
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.