reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/stl_tree.h
  175       _M_header._M_color = _S_red;
  182       if (__x._M_header._M_parent != nullptr)
  186 	  _M_header._M_color = _S_red;
  195       _M_header._M_color = __from._M_header._M_color;
  195       _M_header._M_color = __from._M_header._M_color;
  196       _M_header._M_parent = __from._M_header._M_parent;
  196       _M_header._M_parent = __from._M_header._M_parent;
  197       _M_header._M_left = __from._M_header._M_left;
  197       _M_header._M_left = __from._M_header._M_left;
  198       _M_header._M_right = __from._M_header._M_right;
  198       _M_header._M_right = __from._M_header._M_right;
  199       _M_header._M_parent->_M_parent = &_M_header;
  199       _M_header._M_parent->_M_parent = &_M_header;
  208       _M_header._M_parent = 0;
  209       _M_header._M_left = &_M_header;
  209       _M_header._M_left = &_M_header;
  210       _M_header._M_right = &_M_header;
  210       _M_header._M_right = &_M_header;
  713       { return this->_M_impl._M_header._M_parent; }
  717       { return this->_M_impl._M_header._M_parent; }
  721       { return this->_M_impl._M_header._M_left; }
  729       { return this->_M_impl._M_header._M_right; }
  737       { return static_cast<_Link_type>(this->_M_impl._M_header._M_parent); }
  743 	  (this->_M_impl._M_header._M_parent);
  748       { return &this->_M_impl._M_header; }
  752       { return &this->_M_impl._M_header; }
  961       { return iterator(this->_M_impl._M_header._M_left); }
  965       { return const_iterator(this->_M_impl._M_header._M_left); }
  969       { return iterator(&this->_M_impl._M_header); }
  973       { return const_iterator(&this->_M_impl._M_header); }
 1756 				      this->_M_impl._M_header);
 1781 				    this->_M_impl._M_header);
 2305 				    this->_M_impl._M_header);
 2321 				    this->_M_impl._M_header);
 2476 				 this->_M_impl._M_header));