#include <stl_threads.h>
Inheritance diagram for std::_Refcount_Base:
Public Types | |
typedef size_t | _RC_t |
Public Methods | |
_Refcount_Base (_RC_t __n) | |
void | _M_incr () |
_RC_t | _M_decr () |
Public Attributes | |
volatile _RC_t | _M_ref_count |
|
Definition at line 101 of file stl_threads.h. Referenced by _M_decr(), and _Refcount_Base(). |
|
Definition at line 133 of file stl_threads.h. References _M_ref_count, and _RC_t. |
|
Definition at line 187 of file stl_threads.h. References _M_ref_count, and _RC_t. Referenced by std::_Rope_RopeRep< _CharT, _Allocator >::_M_unref_nonnil(). |
|
Definition at line 186 of file stl_threads.h. References _M_ref_count. Referenced by std::_Rope_RopeRep< _CharT, _Allocator >::_M_ref_nonnil(), and std::_Rope_RopeRep< _CharT, _Allocator >::_S_ref(). |
|
Definition at line 105 of file stl_threads.h. Referenced by _M_decr(), _M_incr(), _Refcount_Base(), and std::_Rope_RopeRep< _CharT, _Allocator >::_S_free_if_unref(). |