Public Member Functions | |
ConstRowIterator (const boost::iterator_range< const T * > &row, uint p) | |
ConstRowIterator & | operator= (const ConstRowIterator &it) |
bool | operator== (const ConstRowIterator &it) const |
bool | operator!= (const ConstRowIterator &it) const |
ConstRowIterator & | operator++ () |
ConstRowIterator | operator++ (int) |
boost::iterator_range< const T * > & | operator* () |
boost::iterator_range< const T * > * | operator-> () |