|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
FIXME :- Use proper referencing.
NB. This currenty does NOT create a reference counted
handle to the buffer. If you wish it so, pester me and
I'll fix it.
Variables:
Methods:
- RingBuffIterC(RingBuffC<T> & nRing)
-
Construct from an ring.
- RingBuffIterC(const RingBuffIterC<T> & Oth)
-
Copy constructor.
- BooleanT IsElm() const
-
At valid element ?
BUG: This will FAIL in a full ring.
- void Next()
-
Goto next element.
- T & Data()
-
Access data.
- IndexT Index() const
-
Index.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|