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

Search results for "module:enum::hash"

enum::hash - create a hash of 'enum's, with the same interface as enum.pm River stage zero No dependents

Provides the same interface as the enum module, but returns the values as a list, instead of creating symbolic constants. By default, the 'index' values start at zero, increasing by one for each pair. You can change the index at any time by passing i...

CFRANKS/enum-hash-1.00 - 06 May 2005 15:03:54 UTC

enum - C style enumerated types and bitmask flags in Perl River stage two • 22 direct dependents • 48 total dependents

This module is used to define a set of constants with ordered numeric values, similar to the "enum" type in the C programming language. You can also define bitmask constants, where the value assigned to each constant has exactly one bit set (eg 1, 2,...

NEILB/enum-1.12 - 04 Aug 2021 07:28:29 UTC

Data::Enum - immutable enumeration classes River stage zero No dependents

This module will create enumerated constant classes with the following properties: * Any two classes with the same elements are equivalent. The following two classes are the *same*: my $one = Data::Enum->new( qw[ foo bar baz ] ); my $two = Data::Enum...

RRWO/Data-Enum-v0.2.7 - 11 Jun 2023 13:26:09 UTC

enum::prefix River stage zero No dependents

This module is used to define a set of constanst with ordered numeric values, and export a function for get the enum name by order, function name is the concatenation of first two arguments....

ELECTRIC/enum-prefix-0.04 - 24 Apr 2015 03:31:07 UTC

Readonly::Enum - enumerated scalar values River stage zero No dependents

This module provides some syntactic sugar for defining enumerated scalar values. It is to Readonly what the enum package is to constant. Unlike enumerated constants, these scalars can be used as hash keys and interpolated in strings. Unlike enum, onl...

RRWO/Readonly-Enum-v0.1.4 - 23 Feb 2014 19:35:37 UTC

QtCore4 - Perl bindings for the QtCore version 4 library River stage zero No dependents

This module provides a Perl interface to the QtCore version 4 library. EXPORTS Each of the exported subroutines is prototyped. qApp Returns a reference to the Qt::CoreApplication/Qt::Application object. This mimics Qt's global qApp variable. SIGNAL, ...

CBUREL/Qt4-0.99.0 - 15 Feb 2012 02:26:24 UTC

Data::Domain - Data description and validation River stage one • 4 direct dependents • 7 total dependents

A *data domain* is a description of a set of values, either scalar or structured (arrays or hashes, possibly nested). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields...

DAMI/Data-Domain-1.16 - 04 Mar 2024 21:37:50 UTC

GraphQL::Type::Enum - GraphQL enum type River stage one • 6 direct dependents • 6 total dependents

ETJ/GraphQL-0.54 - 24 Mar 2022 19:30:08 UTC

Win32::Printer::Enum - Perl extension for Win32 printing environment enumeration River stage zero No dependents

Only "Printers" and its constants are exported by default. All functions returns tab-delimited tables of values in scalar context or arrays of hashes in array context. See function descriptions for hash keys and table column order! Printers Printers(...

WASX/Win32-Printer-0.9.1 - 28 Apr 2008 07:49:03 UTC

Google::ProtocolBuffers - simple interface to Google Protocol Buffers River stage two • 9 direct dependents • 13 total dependents

Google Protocol Buffers is a data serialization format. It is binary (and hence compact and fast for serialization) and as extendable as XML; its nearest analogues are Thrift and ASN.1. There are official mappings for C++, Java and Python languages; ...

SAXJAZMAN/Google-ProtocolBuffers-0.12 - 29 Sep 2016 14:28:56 UTC

FFI::Platypus::Type::Enum - Custom platypus type for dealing with C enumerated types River stage two • 3 direct dependents • 24 total dependents

This type plugin is a helper for making enumerated types. It makes the most sense to use this when you have an enumerated type with a small number of possible values. For a large set of enumerated values or constants, see FFI::Platypus::Constant. Thi...

PLICEASE/FFI-Platypus-Type-Enum-0.06 - 22 Jun 2021 00:20:59 UTC

lib/WWW/Shopify/Field/String.pm River stage zero No dependents

ADAMDH/WWW-Shopify-1.04 - 16 Jan 2023 15:28:19 UTC
12 results (0.045 seconds)