The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:ExtUtils::Typemaps"

ExtUtils::Typemaps - Read/Write/Modify Perl/XS typemap files River stage five • 137 direct dependents • 19234 total dependents

This module can read, modify, create and write Perl XS typemap files. If you don't know what a typemap is, please confer the perlxstut and perlxs manuals. The module is not entirely round-trip safe: For example it currently simply strips all comments...

LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC

ExtUtils::Typemaps::Cmd - Quick commands for handling typemaps River stage five • 137 direct dependents • 19234 total dependents

This is a helper module for ExtUtils::Typemaps for quick one-liners, specifically for inclusion of shared typemaps that live on CPAN into an XS file (see SYNOPSIS). For this reason, the following functions are exported by default:...

LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC

ExtUtils::Typemaps::STL - A set of useful typemaps for STL River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::STL" is an "ExtUtils::Typemaps" subclass that provides a few of default mappings for Standard Template Library types. These default mappings are currently defined as the combination of the mappings provided by the following typem...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a typemap River stage five • 137 direct dependents • 19234 total dependents

Refer to ExtUtils::Typemaps for details. Object associates "ctype" with "xstype", which is the index into the in- and output mapping tables....

LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC

ExtUtils::Typemaps::Basic - A set of typemaps for simple types River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::Basic" is an "ExtUtils::Typemaps" subclass that provides a set of mappings for some basic integer, unsigned, and floating point types that aren't in perl's builtin typemap....

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::Magic - Typemap for storing objects in magic River stage zero No dependents

"ExtUtils::Typemaps::Magic" is an "ExtUtils::Typemaps" subclass that is essentially a drop-in replacement for "T_PTROBJ", except that it hides the value of the pointer from pure-perl code by storing it in attached magic. In particular that means the ...

LEONT/ExtUtils-Typemaps-Magic-0.004 - 16 Nov 2023 06:17:57 UTC

ExtUtils::Typemaps::Signal - A typemap for dealing with signal related types River stage zero No dependents

LEONT/ExtUtils-Typemaps-Signal-0.005 - 31 Jan 2024 21:02:34 UTC

ExtUtils::Typemaps::Default - A set of useful typemaps River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::Default" is an "ExtUtils::Typemaps" subclass that provides a set of default mappings (in addition to what perl itself provides). These default mappings are currently defined as the combination of the mappings provided by the foll...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap River stage five • 137 direct dependents • 19234 total dependents

Refer to ExtUtils::Typemaps for details....

LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC

ExtUtils::Typemaps::MagicExt - Typemap for storing objects in magic River stage zero No dependents

"ExtUtils::Typemaps::MagicExt" is an "ExtUtils::Typemaps" subclass that stores the object just like "T_MAGIC" does, but additionally attaches a magic vtable (type "MGVTBL") with the name "${type}_magic" (e.g. "Foo__Bar_magic" for a value of type "Foo...

LEONT/ExtUtils-Typemaps-Magic-0.004 - 16 Nov 2023 06:17:57 UTC

ExtUtils::Typemaps::MagicBuf - Typemap for storing objects in magic River stage zero No dependents

"ExtUtils::Typemaps::MagicBuf" is an "ExtUtils::Typemaps" subclass that is the equivalent of using a string reference to store your object in, except it is hidden away using magic. This is suitable for objects that can be safely shallow copied on thr...

LEONT/ExtUtils-Typemaps-Magic-0.004 - 16 Nov 2023 06:17:57 UTC

ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap River stage five • 137 direct dependents • 19234 total dependents

Refer to ExtUtils::Typemaps for details....

LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC

ExtUtils::Typemaps::ObjectMap - A set of typemaps for opaque C/C++ objects River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::ObjectMap" is an "ExtUtils::Typemaps" subclass that provides a set of mappings for using pointers to C/C++ objects as opaque objects from Perl. These mappings are taken verbatim from Dean Roehrich's "perlobject.map". They are: # ...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::STL::List - A set of typemaps for STL std::lists River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::STL::List" is an "ExtUtils::Typemaps" subclass that provides a set of mappings for C++ STL lists. These are: TYPEMAP std::list<double> T_STD_LIST_DOUBLE std::list<double>* T_STD_LIST_DOUBLE_PTR std::list<int> T_STD_LIST_INT std::...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::STL::Extra - Extra typemaps for STL types River stage zero No dependents

This module add extra typemaps for STL types to make it easier wrapping C++ using ExtUtils::XSpp...

PABLROD/ExtUtils-Typemaps-STL-Extra-0.001 - 26 Apr 2016 20:18:47 UTC

ExtUtils::Typemaps::STL::Vector - A set of typemaps for STL std::vectors River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::STL::Vector" is an "ExtUtils::Typemaps" subclass that provides a set of mappings for C++ STL vectors. These are: TYPEMAP std::vector<double> T_STD_VECTOR_DOUBLE std::vector<double>* T_STD_VECTOR_DOUBLE_PTR std::vector<int> T_STD_...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::STL::String - A set of typemaps for STL std::strings River stage two • 9 direct dependents • 14 total dependents

"ExtUtils::Typemaps::STL::String" is an "ExtUtils::Typemaps" subclass that provides a set of mappings for C++ STL strings. These are: TYPEMAP std::string T_STD_STRING std::string* T_STD_STRING_PTR INPUT T_STD_STRING $var = std::string( SvPV_nolen( $a...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemaps::Excommunicated - Typemaps that have been removed from the core River stage zero No dependents

"ExtUtils::Typemaps::Excommunicated" is an "ExtUtils::Typemaps" subclass that provides typemaps that have been booted from the perl core. They might have been removed from the core for various reasons, but we're really honest, it's really because the...

SMUELLER/ExtUtils-Typemaps-Excommunicated-0.01 - 01 Feb 2012 18:02:20 UTC

ExtUtils::Typemap::STL - A set of useful typemaps for STL River stage two • 9 direct dependents • 14 total dependents

This module had to be renamed. Use ExtUtils::Typemaps::STL instead!...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC

ExtUtils::Typemap::Basic - A set of typemaps for simple types River stage two • 9 direct dependents • 14 total dependents

This module had to be renamed. Use ExtUtils::Typemaps::Basic instead!...

SMUELLER/ExtUtils-Typemaps-Default-1.05 - 06 Dec 2013 17:45:59 UTC
35 results (0.036 seconds)