Element iterator for the hash grid. More...
Public Member Functions | |
Iterator (Grid &grid) | |
Iterator (Grid &grid, grid_iterator grid_it, cell_iterator cell_it) | |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &rhs) const |
bool | operator!= (const Iterator &rhs) const |
value_type & | operator* () const |
value_type * | operator-> () const |
const CellIndex | index () const |
Private Types | |
typedef Grid::iterator | grid_iterator |
typedef CellContent::iterator | cell_iterator |
Private Member Functions | |
void | searchNextCell_ () |
Private Attributes | |
Grid & | grid_ |
grid_iterator | grid_it_ |
cell_iterator | cell_it_ |
Friends | |
class | HashGrid |
Element iterator for the hash grid.
|
private |
|
private |
|
inline |
References HashGrid< Cluster >::Iterator::searchNextCell_().
|
inline |
|
inline |
|
inline |
References HashGrid< Cluster >::Iterator::cell_it_.
|
inline |
|
inline |
References HashGrid< Cluster >::Iterator::operator++().
|
inline |
References HashGrid< Cluster >::Iterator::cell_it_.
|
inline |
|
inlineprivate |
|
friend |
|
private |
Referenced by HashGrid< Cluster >::erase(), HashGrid< Cluster >::Iterator::operator*(), HashGrid< Cluster >::ConstIterator::operator*(), HashGrid< Cluster >::Iterator::operator++(), HashGrid< Cluster >::ConstIterator::operator++(), HashGrid< Cluster >::Iterator::operator->(), HashGrid< Cluster >::ConstIterator::operator->(), and HashGrid< Cluster >::Iterator::operator==().
|
private |
|
private |
Referenced by HashGrid< Cluster >::erase(), and HashGrid< Cluster >::Iterator::operator==().
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13 |