Searched refs:m_pContainer (Results 1 – 2 of 2) sorted by relevance
139 BOOST_CONSTEXPR const_iterator() : m_pNode(NULL), m_pContainer(NULL) {} in const_iterator()142 m_pContainer(cont) in const_iterator()159 m_pContainer->freeze(); in operator ++()165 m_pContainer->freeze(); in operator --()172 m_pContainer->freeze(); in operator ++()179 m_pContainer->freeze(); in operator --()190 attribute_value_set* m_pContainer; member in boost::attribute_value_set::const_iterator
53 attribute_set* const m_pContainer; member in boost::aux::attribute_set_reference_proxy59 m_pContainer(pContainer), in attribute_set_reference_proxy()492 attribute_set::iterator it = m_pContainer->find(m_key); in read_mapped_value()493 if (it != m_pContainer->end()) in read_mapped_value()502 std::pair< attribute_set::iterator, bool > res = m_pContainer->insert(m_key, val); in operator =()