Search results for "module:enum"
enum - C style enumerated types and bitmask flags in Perl
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
enum::hash - create a hash of 'enum's, with the same interface as enum.pm
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
Data::Enum - immutable enumeration classes
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
Venus::Enum - Enum Class
This package provides an interface for working with enumerations....
AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC
Class::Enum - typed enum
Class::Enum provides behaviors of typed enum, such as a Typesafe enum in java....
KISEKI/Class-Enum-0.05 - 05 Oct 2013 08:45:21 UTC
Moxie::Enum - Yet Another Enum Generator
This provides a simple enumeration type for use with Moxie classes....
STEVAN/Moxie-0.07 - 15 Nov 2017 23:31:53 UTC
Object::Enum - replacement for < if ($foo eq 'bar') >
JMMILLS/Object-Enum-0.075
-
12 Mar 2016 20:21:58 UTC
enum::prefix
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
enum::fields - Perl extension for defining constants for use in Array-based objects
This module allows you to define constants that can be inherited and extended by child classes. It is used much like a simple form of enum to define constants, with the exception that you can inherit a list of constants from a parent class using the ...
DMLLOYD/enum-fields-1.0 - 27 Jul 2002 06:41:49 UTC
Readonly::Enum - enumerated scalar values
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
Meta::Db::Enum - Object to store enumeration data.
This is an object to store a the definition for an enumeration type....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
Meta::Info::Enum - This is a generic enumerated type that can be parsed from XML.
This is a classic enumerated type that can be parsed from an XML file....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
Math::BLAS::Enum - named constants
Default is to export all constants actually used in the implementation. Matrix Ordering The constants in this group can be imported via the ":order" tag. "BLAS_ROWMAJOR" matrix elements are stored in row-major order (default for Perl) "BLAS_COLMAJOR"...
RALPH/Math-BLAS-1.02 - 23 Jan 2022 19:57:23 UTC
Win32::OLE::Enum - OLE Automation Collection Objects
This module provides an interface to OLE collection objects from Perl. It defines an enumerator object closely mirroring the functionality of the IEnumVARIANT interface. Please note that the Reset() method is not available in all implementations of O...
JDB/Win32-OLE-0.1713 - 03 Apr 2021 04:13:13 UTC
Type::Tiny::Enum - string enum type constraints
Enum type constraints. This package inherits from Type::Tiny; see that for most documentation. Major differences are listed below: Constructors The "new" constructor from Type::Tiny still works, of course. But there is also: "new_union( type_constrai...
TOBYINK/Type-Tiny-2.004000 - 05 Apr 2023 09:28:11 UTC
Class::Type::Enum - Build Enum-like classes
Class::Type::Enum is a class builder for type-like classes to represent your enumerated values. In particular, it was built to scratch an itch with DBIx::Class value inflation. I wouldn't consider the interface stable yet; I'd love feedback on this d...
MHOWARD/Class-Type-Enum-0.014 - 27 Oct 2018 21:02:20 UTC
Thrift::IDL::Enum
Inherits from Thrift::IDL::Definition...
EWATERS/Thrift-Parser-0.06 - 10 Oct 2012 03:37:39 UTC
MouseX::Types::Enum - Object-oriented, Java-like enum type declaration based on Mouse
MouseX::Types::Enum provides Java-like enum type declaration based on Mouse. You can declare enums which have instance variables and methods....
IKENOX/MouseX-Types-Enum-2.03 - 04 Jun 2019 06:10:29 UTC