Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 299 of file _rope.c.
Referenced by _Rope_iterator< _CharT, _Alloc >::operator*().
{ if (_M_root_rope->_M_tree_ptr._M_data != this->_M_root) { // _Rope was modified. Get things fixed up. _RopeRep::_S_unref(this->_M_root); this->_M_root = _M_root_rope->_M_tree_ptr._M_data; _RopeRep::_S_ref(this->_M_root); this->_M_buf_ptr = 0; } }