_Refcount_Base Class Reference

class _Refcount_Base
Public Member Functions
_Refcount_Base(__stl_atomic_t)
__stl_atomic_t _M_decr()
__stl_atomic_t _M_incr()
Private Attributes
_STLP_VOLATILE __stl_atomic_t_M_ref_count
char_pad

Constructor & Destructor Documentation

_Refcount_Base(__stl_atomic_t)

_Refcount_Base(__stl_atomic_t__n)[inline]

Parameters

__stl_atomic_t __n

Member Functions Documentation

_M_decr()

__stl_atomic_t _M_decr()[inline]

_M_incr()

__stl_atomic_t _M_incr()[inline]

Member Data Documentation

_STLP_VOLATILE __stl_atomic_t _M_ref_count

_STLP_VOLATILE __stl_atomic_t_M_ref_count[private]

char _pad

char_pad[private]