#include <OpenMS/DATASTRUCTURES/HashMap.h>
typedef ValueType value_type |
typedef Int difference_type |
typedef std::forward_iterator_tag iterator_category |
ConstIterator | ( | ) | throw () [inline] |
ConstIterator | ( | const ConstIterator & | it | ) | throw () [inline] |
ConstIterator | ( | const Iterator & | it | ) | [inline] |
~ConstIterator | ( | ) | throw () [inline] |
ConstIterator& operator= | ( | const ConstIterator & | it | ) | [inline] |
ConstIterator& operator= | ( | const Iterator & | it | ) | [inline] |
bool operator== | ( | const Iterator & | it | ) | const [inline] |
bool operator!= | ( | const Iterator & | it | ) | const [inline] |
bool operator== | ( | const ConstIterator & | it | ) | const [inline] |
bool operator!= | ( | const ConstIterator & | it | ) | const [inline] |
ConstIterator& operator++ | ( | ) | [inline] |
ConstIterator operator++ | ( | int | ) | [inline] |
ConstIterator& operator-- | ( | ) | [inline] |
ConstIterator operator-- | ( | int | ) | [inline] |
reference operator * | ( | ) | const [inline] |
pointer operator-> | ( | ) | const [inline] |
static ConstIterator end | ( | const HashMap & | hm | ) | [inline, static] |
static ConstIterator begin | ( | const HashMap & | hm | ) | [inline, static] |
friend class HashMap [friend] |
Generated Tue Apr 1 15:36:43 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |