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

Change language: German

TXmObjectListIterator Class Template Reference

Inheritance diagram for TXmObjectListIterator:

TXmListIterator< XmObjectListBox > List of all members.

Detailed Description

template<class C>
class exom::TXmObjectListIterator< C >

Iterator template used to iterate through the elements within a TXmObjectList container.


Public Member Functions

TXmObjectListIterator operator++ ()
 Iterate to the next element.
TXmObjectListIterator operator++ (int)
 Iterate to the next element.
TXmObjectListIterator operator-- ()
 Iterate to the previous element.
TXmObjectListIterator operator-- (int)
 Iterate to the previous 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