|
tntdb
1.3
|
Public Types | |
| typedef const value_type & | const_reference |
| typedef const value_type * | const_pointer |
Public Member Functions | |
| const_iterator (const Row &row_, size_type offset_) | |
| bool | operator== (const const_iterator &it) const |
| bool | operator!= (const const_iterator &it) const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator | operator-- () |
| const_iterator | operator-- (int) |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| const_iterator & | operator+= (difference_type n) |
| const_iterator | operator+ (difference_type n) const |
| const_iterator & | operator-= (difference_type n) |
| const_iterator | operator- (difference_type n) const |
| difference_type | operator- (const const_iterator &it) const |