#include <alphabet.H>
Inheritance diagram for AutoAlphabet:

Names the variables in reverse alphabetical order, ie z, y ,x, ... c, b, a, _z, _y, _x, ..., _c, _b, _a, __z, __y, __x, ... etc ...
Definition at line 30 of file alphabet.H.
Public Member Functions | |
| virtual string | nameof (long var_num) const |
| given an integer, this gives picks a letter in reverse alphabetical order | |
|
|
given an integer, this gives picks a letter in reverse alphabetical order
Implements Alphabet. Definition at line 5 of file alphabet.cpp. |
1.3.9.1