The C++ class for this sequence is shown in
Code Sample 8
-
There are a fairly large number of member functions, but the class is really
quite simple
-
It is a buffer with N
slots
-
The number of slots can be queried or set
-
The [] operator is overloaded to allow setting/getting of each slot
|