The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:EO FOTANGO"

EO - A generic base class River stage one • 1 direct dependent • 1 total dependent

This is a base class for the EO module tree. EO is designed to be a well tested, solid, simple, and long living base class that other modules can rely on. EO inherits from Class::Accessor::Chained, and anything that inherits from it can easily create...

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Pair - simple pairs for EO. River stage one • 1 direct dependent • 1 total dependent

"EO::Pair" provides a simple pair to EO. It is used by the EO::Hash class primarily....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Error - A generic base class for Exceptions River stage one • 1 direct dependent • 1 total dependent

This is the base class for Exceptions inside the EO module tree. To declare an exception class simply use the "exception" declaration followed by the name of the exception you want to declare. In addition to a simple declaration you can use the exten...

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Hash - hash type collection River stage one • 1 direct dependent • 1 total dependent

EO::Hash is an OO wrapper around Perl's hash type. Objects of the hash class will act as a normal hash outside of any class that does not have an 'EO::' prefix....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Method - a class that represents methods River stage one • 1 direct dependent • 1 total dependent

EO::Method provides a representation of methods in a system. In general objects of this class will be created by instances of EO::Class....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Array - array type collection River stage one • 1 direct dependent • 1 total dependent

EO::Array is an OO wrapper around Perl's array type. It will act both as an object and as an array reference....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Class - introspection class for Perl. River stage one • 1 direct dependent • 1 total dependent

EO::Class provides reflection capabilities to Perl and specifically the EO:: tree of modules....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::WeakArray - arrays where all references contained are weak River stage one • 1 direct dependent • 1 total dependent

A WeakArray is similar to a normal array only its contents are not reference counted. Thus, if something destroys the contents from the outside world then it disappears from inside the array as well....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Singleton - A generic singleton base class River stage one • 1 direct dependent • 1 total dependent

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Attributes - attributes used by EO River stage one • 1 direct dependent • 1 total dependent

This module provides two attributes. Namely, "Private" and "Abstract". Information about these two attributes can be found in the documentation for EO....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::delegate - delegate responsibility for unresolved messages to another class River stage one • 1 direct dependent • 1 total dependent

EO::delegate provides a simple means of setting up a delegate for the a class. By importing this package into your namespace you have two new methods available to you - the "delegate" method, which gets and sets the delegate, and the "delegate_error"...

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Hierarchy - hierarchical data structures River stage one • 1 direct dependent • 1 total dependent

EO::Hierarchy delegates to a collection object to provide heritable data structures. It should be noted that these data structures can *appear* recursive without being so. This is demonstrable with the following code example: my $obj = EO::Hierarchy-...

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::Collection - abstract base class for Collection-type objects River stage one • 1 direct dependent • 1 total dependent

EO::Collection is an base class for things that want to implement a collection class....

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

EO::NotAttributes - alternatives to attributes used by EO River stage one • 1 direct dependent • 1 total dependent

Attributes are nice, but they can't be used in all situations. At the time of writing, perl (5.8.3) cannot apply attributes to code that is loaded at run time. This module provides an alternative interface instead of using attributes; A declarative s...

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC
14 results (0.025 seconds)