| Public Member Functions | |
| _Rope_char_ref_proxy (_My_rope *__r, size_t __p) | |
| _Rope_char_ref_proxy (const _Rope_char_ref_proxy &__x) | |
| _Rope_char_ref_proxy (_My_rope *__r, size_t __p, _CharT __c) | |
| operator _CharT () const | |
| _Rope_char_ref_proxy & | operator= (_CharT __c) | 
| _Rope_char_ptr_proxy< _CharT, _Alloc > | operator & () const | 
| _Rope_char_ref_proxy & | operator= (const _Rope_char_ref_proxy &__c) | 
| Private Types | |
| typedef _Rope_self_destruct_ptr< _CharT, _Alloc > | _Self_destruct_ptr | 
| typedef _Rope_RopeRep< _CharT, _Alloc > | _RopeRep | 
| typedef rope< _CharT, _Alloc > | _My_rope | 
| Private Attributes | |
| size_t | _M_pos | 
| _CharT | _M_current | 
| bool | _M_current_valid | 
| _My_rope * | _M_root | 
| Friends | |
| class | rope< _CharT, _Alloc > | 
| class | _Rope_iterator< _CharT, _Alloc > | 
| class | _Rope_char_ptr_proxy< _CharT, _Alloc > | 
Definition at line 926 of file rope.
| typedef rope<_CharT, _Alloc> __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_My_rope  [private] | 
| typedef _Rope_RopeRep<_CharT, _Alloc> __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_RopeRep  [private] | 
| typedef _Rope_self_destruct_ptr<_CharT, _Alloc> __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_Self_destruct_ptr  [private] | 
| __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy | ( | _My_rope * | __r, | |
| size_t | __p | |||
| ) |  [inline] | 
| __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy | ( | const _Rope_char_ref_proxy< _CharT, _Alloc > & | __x | ) |  [inline] | 
| __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy | ( | _My_rope * | __r, | |
| size_t | __p, | |||
| _CharT | __c | |||
| ) |  [inline] | 
| _Rope_char_ptr_proxy< _CharT, _Alloc > __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::operator & | ( | ) | const | 
Definition at line 1526 of file ropeimpl.h.
| __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::operator _CharT | ( | ) | const  [inline] | 
Definition at line 1515 of file ropeimpl.h.
| _Rope_char_ref_proxy& __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::operator= | ( | const _Rope_char_ref_proxy< _CharT, _Alloc > & | __c | ) |  [inline] | 
Definition at line 965 of file rope.
References __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::operator=().
| _Rope_char_ref_proxy< _CharT, _Alloc > & __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::operator= | ( | _CharT | __c | ) | 
Definition at line 1485 of file ropeimpl.h.
Referenced by __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::operator=().
| friend class _Rope_char_ptr_proxy< _CharT, _Alloc >  [friend] | 
| friend class _Rope_iterator< _CharT, _Alloc >  [friend] | 
| friend class rope< _CharT, _Alloc >  [friend] | 
| _CharT __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_current  [private] | 
| bool __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_current_valid  [private] | 
| size_t __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_pos  [private] | 
| _My_rope* __gnu_cxx::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_root  [private] | 
 1.4.7
 1.4.7