76 {
return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 {
return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
87 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
88 return (const_cast<pointer>(base_type::m_p_value));
95 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
96 return (const_cast<reference>(*base_type::m_p_value));
129 friend class PB_DS_CLASS_C_DEC;