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.
typedef CellContent::iterator cell_iterator [private] |
typedef Grid::iterator grid_iterator [private] |
| Iterator | ( | Grid & | grid, | |
| grid_iterator | grid_it, | |||
| cell_iterator | cell_it | |||
| ) | [inline] |
References HashGrid< Cluster >::Iterator::searchNextCell_().
| const CellIndex index | ( | ) | const [inline] |
References HashGrid< Cluster >::Iterator::grid_it_.
| bool operator!= | ( | const Iterator & | rhs | ) | const [inline] |
| value_type& operator* | ( | ) | const [inline] |
References HashGrid< Cluster >::Iterator::cell_it_.
| Iterator& operator++ | ( | ) | [inline] |
References HashGrid< Cluster >::Iterator::cell_it_, and HashGrid< Cluster >::Iterator::searchNextCell_().
Referenced by HashGrid< Cluster >::Iterator::operator++().
| Iterator operator++ | ( | int | ) | [inline] |
References HashGrid< Cluster >::Iterator::operator++().
| value_type* operator-> | ( | ) | const [inline] |
References HashGrid< Cluster >::Iterator::cell_it_.
| bool operator== | ( | const Iterator & | rhs | ) | const [inline] |
| void searchNextCell_ | ( | ) | [inline, private] |
friend class HashGrid [friend] |
cell_iterator cell_it_ [private] |
Referenced by HashGrid< Cluster >::Iterator::searchNextCell_().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |