FX::QInt64DictIterator< type > Class Template Reference
[Qt Template Library]

#include <qint64dict.h>

Inheritance diagram for FX::QInt64DictIterator< type >:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<class type>
class FX::QInt64DictIterator< type >

An iterator for a QInt64Dict.

Public Member Functions

 QInt64DictIterator (const QInt64Dict< type > &d)
const FXlong & currentKey () const
uint count () const
bool isEmpty () const
type * toFirst ()
 operator type * () const
type * operator* ()
type * current () const
type * operator() ()
type * operator++ ()
type * operator+= (uint j)

Protected Member Functions

type * retptr () const

Member Function Documentation

const FXlong & FX::QDictBaseIterator< FXlong , type >::currentKey (  )  const [inline, inherited]

Returns the key associated with what this iterator points to.

uint FX::QDictBaseIterator< FXlong , type >::count (  )  const [inline, inherited]

Returns the number of items in the list this iterator references.

bool FX::QDictBaseIterator< FXlong , type >::isEmpty (  )  const [inline, inherited]

Returns true if the list this iterator references is empty.

type * FX::QDictBaseIterator< FXlong , type >::toFirst (  )  [inline, inherited]

Sets the iterator to point to the first item in the list, then returns that item.

FX::QDictBaseIterator< FXlong , type >::operator type * (  )  const [inline, inherited]

Returns what the iterator points to.

type * FX::QDictBaseIterator< FXlong , type >::operator* (  )  [inline, inherited]

Returns what the iterator points to.

type * FX::QDictBaseIterator< FXlong , type >::current (  )  const [inline, inherited]

Returns the item this iterator points to.

type * FX::QDictBaseIterator< FXlong , type >::operator() (  )  [inline, inherited]

Returns the item this iterator points to.

type * FX::QDictBaseIterator< FXlong , type >::operator++ (  )  [inline, inherited]

Increments the iterator.

type * FX::QDictBaseIterator< FXlong , type >::operator+= ( uint  j  )  [inline, inherited]

Increments the iterator.


The documentation for this class was generated from the following file:

(C) 2002-2008 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Jun 13 22:27:52 2008 for TnFOX by doxygen v1.5.6