Variables | Description |
---|---|
static const char *values[count] | Stores the string representation of the enumeration items. ``count'' denotes the number of enumeration items. Note, there is an corresponding constant in the base class which actually points to the same array. |