Inheritance diagram for std::basic_string< _CharT, _Traits, _Alloc >::_Rep_base:

| Public Attributes | |
| size_type | _M_length | 
| size_type | _M_capacity | 
| _Atomic_word | _M_refcount | 
Definition at line 146 of file basic_string.h.
| size_type std::basic_string< _CharT, _Traits, _Alloc >::_Rep_base::_M_capacity | 
Definition at line 149 of file basic_string.h.
Referenced by std::basic_string< _CharT, _Traits, _Alloc >::_S_construct(), std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_S_create(), and std::basic_string< _CharT, _Traits, _Allocator >::capacity().
| size_type std::basic_string< _CharT, _Traits, _Alloc >::_Rep_base::_M_length | 
Definition at line 148 of file basic_string.h.
Referenced by std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_clone(), std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_set_length_and_sharable(), std::basic_string< _CharT, _Traits, _Allocator >::length(), and std::basic_string< _CharT, _Traits, _Allocator >::size().
| _Atomic_word std::basic_string< _CharT, _Traits, _Alloc >::_Rep_base::_M_refcount | 
Definition at line 150 of file basic_string.h.
Referenced by std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_is_leaked(), std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_is_shared(), std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_set_leaked(), and std::basic_string< _CharT, _Traits, _Alloc >::_Rep::_M_set_sharable().
 1.4.7
 1.4.7