bool operator==(const point_iterator_ &other) const
Compares content to a different iterator object.
Definition: point_const_iterator.hpp:108
trivial_iterator_tag iterator_category
Category.
Definition: point_const_iterator.hpp:49
value_type_ value_type
Iterator's value type.
Definition: point_const_iterator.hpp:55
const_pointer_ const_pointer
Iterator's const pointer type.
Definition: point_const_iterator.hpp:61
const_pointer m_p_value
Definition: point_const_iterator.hpp:127
point_const_iterator_()
Default constructor.
Definition: point_const_iterator.hpp:75
trivial_iterator_difference_type difference_type
Difference type.
Definition: point_const_iterator.hpp:52
#define _GLIBCXX_DEBUG_ASSERT(_Condition)
Definition: debug.h:61
const_reference_ const_reference
Iterator's const reference type.
Definition: point_const_iterator.hpp:67
point_const_iterator_(const point_iterator_ &other)
Copy constructor.
Definition: point_const_iterator.hpp:86
bool operator!=(const point_iterator_ &other) const
Compares content (negatively) to a different iterator object.
Definition: point_const_iterator.hpp:118
friend class PB_DS_CLASS_C_DEC
Definition: point_const_iterator.hpp:131
point_const_iterator_(const point_const_iterator_ &other)
Copy constructor.
Definition: point_const_iterator.hpp:80
pointer_ pointer
Iterator's pointer type.
Definition: point_const_iterator.hpp:58
pointer m_p_value
Definition: point_iterator.hpp:125
const_reference operator*() const
Access.
Definition: point_const_iterator.hpp:100
const_pointer operator->() const
Access.
Definition: point_const_iterator.hpp:92
bool operator!=(const point_const_iterator_ &other) const
Compares content (negatively) to a different iterator object.
Definition: point_const_iterator.hpp:123
Find type iterator.
Definition: point_iterator.hpp:43
reference_ reference
Iterator's reference type.
Definition: point_const_iterator.hpp:64
bool operator==(const point_const_iterator_ &other) const
Compares content to a different iterator object.
Definition: point_const_iterator.hpp:113
point_const_iterator_(const_pointer p_value)
Definition: point_const_iterator.hpp:70
Const point-type iterator.
Definition: point_const_iterator.hpp:45