Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TermInfoList::iterator Class Reference

Iterator class, used for all subclass lists. More...

#include <TermInfoList.hpp>

List of all members.

Public Methods

 iterator ()
 iterator (const iterator &other)
 iterator (const TermInfoList *til, POS_T pos)
 ~iterator ()
TermInfooperator * ()
TermInfooperator-> ()
iterator & operator++ ()
iterator & operator++ (int)
bool operator== (const iterator &other) const
bool operator!= (const iterator &other) const
iterator & operator= (const iterator &other)
void seek (POS_T pos)

Protected Attributes

const TermInfoListlist
POS_T position
TermInfocurrent


Detailed Description

Iterator class, used for all subclass lists.


Constructor & Destructor Documentation

TermInfoList::iterator::iterator   [inline]
 

TermInfoList::iterator::iterator const iterator &    other [inline]
 

TermInfoList::iterator::iterator const TermInfoList   til,
POS_T    pos
[inline]
 

TermInfoList::iterator::~iterator   [inline]
 


Member Function Documentation

TermInfo& TermInfoList::iterator::operator *   [inline]
 

bool TermInfoList::iterator::operator!= const iterator &    other const [inline]
 

iterator& TermInfoList::iterator::operator++ int    [inline]
 

iterator& TermInfoList::iterator::operator++   [inline]
 

TermInfo* TermInfoList::iterator::operator->   [inline]
 

iterator& TermInfoList::iterator::operator= const iterator &    other [inline]
 

bool TermInfoList::iterator::operator== const iterator &    other const [inline]
 

void TermInfoList::iterator::seek POS_T    pos [inline]
 

seek to a particular place in the list use with caution. make sure you know what POS_T should be


Member Data Documentation

TermInfo* TermInfoList::iterator::current [protected]
 

const TermInfoList* TermInfoList::iterator::list [protected]
 

POS_T TermInfoList::iterator::position [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Nov 3 12:59:57 2004 for Lemur Toolkit by doxygen1.2.18