libstdc++
|
Const range-type iterator.
Definition at line 43 of file unordered_iterator/const_iterator.hpp.
typedef const_pointer_ const_iterator_::const_pointer |
Iterator's const pointer type.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 60 of file unordered_iterator/const_iterator.hpp.
typedef const_reference_ const_iterator_::const_reference |
Iterator's const reference type.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 66 of file unordered_iterator/const_iterator.hpp.
typedef _Alloc::difference_type const_iterator_::difference_type |
Difference type.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 51 of file unordered_iterator/const_iterator.hpp.
Category.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 48 of file unordered_iterator/const_iterator.hpp.
typedef pointer_ const_iterator_::pointer |
Iterator's pointer type.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 57 of file unordered_iterator/const_iterator.hpp.
typedef reference_ const_iterator_::reference |
Iterator's reference type.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 63 of file unordered_iterator/const_iterator.hpp.
typedef value_type_ const_iterator_::value_type |
Iterator's value type.
Reimplemented from point_const_iterator_.
Reimplemented in iterator_.
Definition at line 54 of file unordered_iterator/const_iterator.hpp.
const_iterator_::const_iterator_ | ( | ) | [inline] |
Default constructor.
Definition at line 69 of file unordered_iterator/const_iterator.hpp.
const_iterator_::const_iterator_ | ( | const_pointer_ | p_value, |
PB_DS_GEN_POS | pos, | ||
const PB_DS_CLASS_C_DEC * | p_tbl | ||
) | [inline, protected] |
Constructor used by the table to initiate the generalized pointer and position (e.g., this is called from within a find() of a table.
Definition at line 97 of file unordered_iterator/const_iterator.hpp.
bool point_const_iterator_::operator!= | ( | const point_iterator_ & | other | ) | const [inline, inherited] |
Compares content (negatively) to a different iterator object.
Definition at line 118 of file unordered_iterator/point_const_iterator.hpp.
bool point_const_iterator_::operator!= | ( | const point_const_iterator_ & | other | ) | const [inline, inherited] |
Compares content (negatively) to a different iterator object.
Definition at line 123 of file unordered_iterator/point_const_iterator.hpp.
const_reference point_const_iterator_::operator* | ( | ) | const [inline, inherited] |
Access.
Reimplemented in iterator_.
Definition at line 100 of file unordered_iterator/point_const_iterator.hpp.
const_iterator_& const_iterator_::operator++ | ( | ) | [inline] |
Increments.
Reimplemented in iterator_.
Definition at line 74 of file unordered_iterator/const_iterator.hpp.
References m_p_tbl.
const_iterator_ const_iterator_::operator++ | ( | int | ) | [inline] |
Increments.
Reimplemented in iterator_.
Definition at line 82 of file unordered_iterator/const_iterator.hpp.
References m_p_tbl.
const_pointer point_const_iterator_::operator-> | ( | ) | const [inline, inherited] |
Access.
Reimplemented in iterator_.
Definition at line 92 of file unordered_iterator/point_const_iterator.hpp.
bool point_const_iterator_::operator== | ( | const point_iterator_ & | other | ) | const [inline, inherited] |
Compares content to a different iterator object.
Definition at line 108 of file unordered_iterator/point_const_iterator.hpp.
bool point_const_iterator_::operator== | ( | const point_const_iterator_ & | other | ) | const [inline, inherited] |
Compares content to a different iterator object.
Definition at line 113 of file unordered_iterator/point_const_iterator.hpp.
const PB_DS_CLASS_C_DEC* const_iterator_::m_p_tbl [protected] |
Pointer to the table object which created the iterator (used for incrementing its position.
Definition at line 106 of file unordered_iterator/const_iterator.hpp.
Referenced by operator++(), and iterator_::operator++().