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::Type"

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::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 - 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::MakeMaker - Create a module Makefile River stage five • 21376 direct dependents • 32646 total dependents

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 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::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::ParseXS::Eval - Clean package to evaluate code in River stage five • 137 direct dependents • 19234 total dependents

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

ExtUtils::Typemap::Type - Entry in the TYPEMAP section of a typemap River stage zero No dependents

Use ExtUtils::Typemaps::Type instead! And find the explanation at ExtUtils::Typemap....

SMUELLER/ExtUtils-Typemap-1.00 - 03 Aug 2011 17:14:07 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::ParseXS::Utilities - Subroutines used with ExtUtils::ParseXS River stage five • 137 direct dependents • 19234 total dependents

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::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::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::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::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::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::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
19 results (0.051 seconds)