bool operator!=(const point_const_iterator_ &other) const
Compares content (negatively) to a different iterator object.
Definition: point_iterator.hpp:112
pointer_ pointer
Iterator's pointer type.
Definition: point_iterator.hpp:56
bool operator!=(const point_iterator_ &other) const
Compares content to a different iterator object.
Definition: point_iterator.hpp:107
friend class PB_DS_CLASS_C_DEC
Definition: point_iterator.hpp:122
pointer operator->() const
Access.
Definition: point_iterator.hpp:81
const_pointer m_p_value
Definition: point_const_iterator.hpp:127
const_pointer_ const_pointer
Iterator's const pointer type.
Definition: point_iterator.hpp:59
#define _GLIBCXX_DEBUG_ASSERT(_Condition)
Definition: debug.h:61
pointer m_p_value
Definition: point_iterator.hpp:125
reference_ reference
Iterator's reference type.
Definition: point_iterator.hpp:62
bool operator==(const point_iterator_ &other) const
Compares content to a different iterator object.
Definition: point_iterator.hpp:97
point_iterator_(pointer p_value)
Definition: point_iterator.hpp:116
reference operator*() const
Access.
Definition: point_iterator.hpp:89
trivial_iterator_difference_type difference_type
Difference type.
Definition: point_iterator.hpp:50
Find type iterator.
Definition: point_iterator.hpp:43
point_iterator_()
Default constructor.
Definition: point_iterator.hpp:69
const_reference_ const_reference
Iterator's const reference type.
Definition: point_iterator.hpp:65
value_type_ value_type
Iterator's value type.
Definition: point_iterator.hpp:53
Const point-type iterator.
Definition: point_const_iterator.hpp:45
point_iterator_(const point_iterator_ &other)
Copy constructor.
Definition: point_iterator.hpp:75
trivial_iterator_tag iterator_category
Category.
Definition: point_iterator.hpp:47
bool operator==(const point_const_iterator_ &other) const
Compares content to a different iterator object.
Definition: point_iterator.hpp:102