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