class_data_inheritable

Inheritable, overridable class data

Version

0.10-1
(2025-12-25)

Size

2.4

KiB

Repository

HaikuPorts
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overridden.