FX::QPtrListIterator< type, allocator > Class Template Reference
[Qt Template Library]

#include <qptrlist.h>

Inheritance diagram for FX::QPtrListIterator< type, allocator >:

FX::QQuickListIterator< type, allocator > FX::QSortedListIterator< type, allocator > List of all members.

Detailed Description

template<class type, class allocator>
class FX::QPtrListIterator< type, allocator >

An iterator for a QPtrList.

Definition at line 352 of file qptrlist.h.

Public Member Functions

Base::iterator & int_getIterator ()
 QPtrListIterator ()
 QPtrListIterator (const QPtrList< type, allocator > &l)
 QPtrListIterator (const QPtrListIterator< type, allocator > &l)
QPtrListIterator< type, allocator > & operator= (const QPtrListIterator< type, allocator > &it)
bool operator== (const QPtrListIterator &o) const
bool operator!= (const QPtrListIterator &o) const
bool operator< (const QPtrListIterator &o) const
bool operator> (const QPtrListIterator &o) const
uint count () const
bool isEmpty () const
bool atFirst () const
bool atLast () const
type * toFirst ()
type * toLast ()
QPtrListIterator< type, allocator > & makeDead ()
type * operator * () const
type * current () const
type * operator++ ()
type * operator+= (uint j)
type * operator-- ()
type * operator-= (uint j)

Protected Member Functions

type * retptr () const


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:43 2009 for TnFOX by doxygen v1.4.7