|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This iterates back through the stack. Starting at the top element.
Parent Classes:
Variables:
Methods:
- StackIterG(StackG<T> & s)
-
Constructor.
- StackG<T> & Stack()
-
Access the stack we're iterating.
- StackG<T> & Container()
-
Access the stack we're iterating.
- T & Data()
-
Access the data.
- void First()
-
Goto first element in stack.
- void Next()
-
Goto next element in stack.
- bool IsElm() const
-
Is element.
- bool IsLast() const
-
Last item in stack.
- long Index() const
-
Position in stack.
|
Programmer:George (Jiri) Matas, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|