CLinkedList::Iter Class Reference

class CLinkedList::Iter
Public Member Functions
Iter (const CLinkedList &)
TBool HasMore ()
T & Next ()
Private Attributes
ListNode * iNode

Constructor & Destructor Documentation

Iter(const CLinkedList &)

Iter ( const CLinkedList & aList ) [inline]

Parameters

const CLinkedList & aList

Member Functions Documentation

HasMore()

TBool HasMore ( ) const [inline]

Next()

T & Next ( ) [inline]

Member Data Documentation

ListNode * iNode

ListNode * iNode [private]