Search results for "module:ExtUtils::Constant"
ExtUtils::Constant - generate XS code to import C header constants
ExtUtils::Constant facilitates generating C and XS wrapper code to allow perl modules to AUTOLOAD constants defined in C library header files. It is principally used by the "h2xs" utility, on which this code is based. It doesn't contain the routines ...
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTC
ExtUtils::Constant::XS - generate C code for XS modules' constants.
ExtUtils::Constant::XS overrides ExtUtils::Constant::Base to generate C code for XS modules' constants....
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTC
ExtUtils::Constant::Base - base class for ExtUtils::Constant objects
ExtUtils::Constant::Base provides a base implementation of methods to generate C code to give fast constant value lookup by named string. Currently it's mostly used ExtUtils::Constant::XS, which generates the lookup code for the constant() subroutine...
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTC
ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant
ExtUtils::Constant::Utils packages up utility subroutines used by ExtUtils::Constant, ExtUtils::Constant::Base and derived classes. All its functions are explicitly exportable....
NWCLARK/ExtUtils-Constant-0.25 - 18 Apr 2018 06:11:57 UTC
ExtUtils::H2PM - automatically generate perl modules to wrap C header files
This module assists in generating wrappers around system functionallity, such as "socket()" types or "ioctl()" calls, where the only interesting features required are the values of some constants or layouts of structures normally only known to the C ...
PEVANS/ExtUtils-H2PM-0.11 - 20 Mar 2023 14:40:01 UTC
ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features
Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existance of these requirements before attempting to actual...
PEVANS/ExtUtils-CChecker-0.11 - 12 Jul 2021 15:33:45 UTC
ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap
Refer to ExtUtils::Typemaps for details....
LEONT/ExtUtils-ParseXS-3.51 - 02 Sep 2023 13:28:52 UTC