![]() |
OpenMS
|
Element iterator for the hash grid. More...
Private Types | |
| typedef Grid::iterator | grid_iterator |
| typedef CellContent::iterator | cell_iterator |
Friends | |
| class | HashGrid |
Typedefs for STL compliance, these replace std::iterator | |
| using | iterator_category = std::input_iterator_tag |
| The iterator's category type. More... | |
| using | value_type = HashGrid::value_type |
| The iterator's value type. More... | |
| using | reference = value_type & |
| The reference type as returned by operator*() More... | |
| using | pointer = value_type * |
| The pointer type as returned by operator->() More... | |
| using | difference_type = std::ptrdiff_t |
| The difference type. More... | |
| Grid & | grid_ |
| grid_iterator | grid_it_ |
| cell_iterator | cell_it_ |
| void | searchNextCell_ () |
| Iterator (Grid &grid) | |
| Iterator (Grid &grid, grid_iterator grid_it, cell_iterator cell_it) | |
| Iterator & | operator++ () |
| const 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 |
Element iterator for the hash grid.
|
private |
|
private |
The difference type.
|
private |
|
private |
The iterator's category type.
|
private |
The pointer type as returned by operator->()
|
private |
The reference type as returned by operator*()
|
private |
The iterator's value type.
|
inline |
References HashGrid< Cluster >::Iterator::searchNextCell_().
|
inline |
References HashGrid< Cluster >::Iterator::grid_it_.
|
inline |
|
inline |
References HashGrid< Cluster >::Iterator::cell_it_.
|
inline |
References HashGrid< Cluster >::Iterator::cell_it_, and HashGrid< Cluster >::Iterator::searchNextCell_().
Referenced by HashGrid< Cluster >::Iterator::operator++().
|
inline |
References HashGrid< Cluster >::Iterator::operator++().
|
inline |
References HashGrid< Cluster >::Iterator::cell_it_.
|
inline |
|
inlineprivate |
|
friend |
|
private |
|
private |
Referenced by HashGrid< Cluster >::Iterator::searchNextCell_().
|
private |