|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This is a SMALL object. No refrence counting.
Derived Classes:
Variables:
Methods:
- SLConstIterC()
-
Default constructor.
- SLConstIterC(const SLListC<T> & Lst)
-
Constructor from a list.
- SLConstIterC(const SLConstIterC<T> & Iter)
-
Copy constructor.
- SLConstIterC & operator=(const SLListC<T> & Lst)
-
Assignment from list.
- SLConstIterC & operator=(const SLConstIterC<T> & Iter)
-
Assignment from another iterator.
- BooleanT IsValid(void) const
-
Valid iterator ?
- BooleanT IsElm(void) const
-
Points to valid element ?
- BooleanT IsLast(void) const
-
Is last element in list ?
- BooleanT Next(void)
-
Goto next element in list.
- const T & Data(void) const
-
Get data from list.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|