Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends

HashGrid< Cluster >::Iterator Class Reference

Element iterator for the hash grid. More...

Inheritance diagram for HashGrid< Cluster >::Iterator:
iterator

List of all members.

Public Member Functions

 Iterator (Grid &grid)
 Iterator (Grid &grid, grid_iterator grid_it, cell_iterator cell_it)
Iteratoroperator++ ()
Iterator operator++ (int)
bool operator== (const Iterator &rhs) const
bool operator!= (const Iterator &rhs) const
value_typeoperator* () const
value_typeoperator-> () const
const CellIndex index () const

Private Types

typedef Grid::iterator grid_iterator
typedef CellContent::iterator cell_iterator

Private Member Functions

void searchNextCell_ ()

Private Attributes

Gridgrid_
grid_iterator grid_it_
cell_iterator cell_it_

Friends

class HashGrid

Detailed Description

template<typename Cluster>
class OpenMS::HashGrid< Cluster >::Iterator

Element iterator for the hash grid.


Member Typedef Documentation

typedef CellContent::iterator cell_iterator [private]
typedef Grid::iterator grid_iterator [private]

Constructor & Destructor Documentation

Iterator ( Grid grid  )  [inline]
Iterator ( Grid grid,
grid_iterator  grid_it,
cell_iterator  cell_it 
) [inline]

Member Function Documentation

const CellIndex index (  )  const [inline]
bool operator!= ( const Iterator rhs  )  const [inline]
value_type& operator* (  )  const [inline]
Iterator operator++ ( int   )  [inline]
value_type* operator-> (  )  const [inline]
bool operator== ( const Iterator rhs  )  const [inline]

Friends And Related Function Documentation

friend class HashGrid [friend]

Member Data Documentation


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1