|
Base
|
serves as base class for Derived (/examples).
|
|
|
|
Bird
|
just another Creature (/examples).
|
|
|
|
City
|
Introduces a simple City-object (/examples)
|
|
1 |
|
Class::Classgen::Attribute
|
generates all get- and set-methods for new classes created by classgen.
|
|
3.03 |
|
Class::Classgen::Comments
|
To keep some nasty errors from users of classgen.
|
|
3.03 |
|
Class::Classgen::New
|
Creates the new() method for classes generated by classgen.
|
|
3.03 |
|
Class::Classgen::Section
|
Identifies the diffferent sections from classgens control file.
|
|
3.03 |
|
Country
|
Introduces a simple Country-object (/examples)
|
|
1 |
|
Creature
|
base class for Creature::Bird and Creature::Dog (/examples).
|
|
|
|
Derived
|
Example how to implement Base::Derived (/examples).
|
|
|
|
Dog
|
just another Creature (Creature::Dog) (/examples).
|
|
|
|
Example
|
generated by "classgen example.txt Example.pm" (/examples)
|
|
|
|
Point
|
A simple demo for a one-to-many association (/examples).
|
|
1 |
|
Polygon
|
A simple demo for a one-to-many association (/examples).
|
|
1 |