Class::EHierarchy
Description | Documentation | Credits | Files
Class::EHierarchy is intended for use as a base class for custom
objects, but objects that need one or more of the following
features:
- orderly bottom-up destruction of objects
- opaque objects
- class-based access restrictions for properties and methods
- primitive strict property type awareness
- alias-based object retrieval
This module is also available on CPAN.
Description | Documentation | Credits | Files
Description | Documentation | Credits | Files
The notion and portions of the implementation of opaque objects and
scoping were lifted from Damian Conway's Class::Std
module (available on CPAN).
Description | Documentation | Credits | Files
Copyright © 1997 - 2019,
Arthur Corliss, all rights reserved.