#include <TermInfoList.hpp>
Public Member Functions | |
iterator () | |
iterator (const iterator &other) | |
iterator (const TermInfoList *til, POS_T pos) | |
~iterator () | |
TermInfo & | operator * () |
TermInfo * | operator-> () |
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 TermInfoList * | list |
POS_T | position |
TermInfo * | current |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
seek to a particular place in the list use with caution. make sure you know what POS_T should be |
|
|
|
|
|
|