A simple enumeration class.
Derived class should define class constants that begin with the lowercase letter "k". No other symbols should match.
#include <class_enum_1_1_enum.h>

Public Member Functions |
|
| isValid () | |
| Return True if value is a valid member of
this enumeration. |
|
| itervalues () | |
| Generator returning values of this
enumeration in an arbitrary order. |
|
| Enum.Enum.isValid | ( | ) |
Return True if value is a valid member of this enumeration.
| Enum.Enum.itervalues | ( | ) |
Generator returning values of this enumeration in an arbitrary order.