Home You are here: Home > Support > Reference v1.0

Change language: German

TXmListIterAll Class Template Reference

List of all members.

Detailed Description

template<class C>
class exom::TXmListIterAll< C >

Iterator template used to iterate within all elements within a TXmList container.


Public Member Functions

void IterFromBegin (const TXmList< C > &list)
 Initialize the iterator to start at the front of the list .
void IterFromEnd (const TXmList< C > &list)
 Initialize the iterator to start at the tail of the list .
bool GetNext ()
 Iterate to the next list element.
bool GetPrev ()
 Iterate to the previous list element.
C * operator-> () const
 Return the current referenced list element.
C & operator * () const
 Return the current referenced list element.

Copyright © 2006 Praetz Software Development - www.exomware.com