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