Tanl Linguistic Pipeline |
Public Member Functions | |
const_pointer | operator* () const |
const_iterator & | operator++ () |
const_iterator & | operator-- () |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
const_iterator & | operator+= (int n) |
const_iterator & | operator-= (int n) |
bool | operator== (const_iterator const &j) |
bool | operator!= (const_iterator const &j) |
bool | operator< (const_iterator const &j) |
const_iterator::difference_type | operator- (const_iterator const &j) |
size_type | position () |
Public Attributes | |
IndexTable< Entry > const * | index |
size_type | i |
Protected Member Functions | |
const_iterator (IndexTable const *index, size_type i) | |
Friends | |
class | IndexTable |
bool | operator== (const_iterator const &i, const_iterator const &j) |
bool | operator!= (const_iterator const &i, const_iterator const &j) |
const_iterator | operator+ (const_iterator const &i, int n) |
const_iterator | operator- (const_iterator const &i, int n) |
const_iterator::difference_type | operator- (const_iterator const &i, const_iterator const &j) |