ReactOS 0.4.15-dev-7842-g558ab78
_Refcount_Base Class Reference

#include <_threads.h>

Inheritance diagram for _Refcount_Base:

Public Member Functions

 _Refcount_Base (__stl_atomic_t __n)
 
__stl_atomic_t _M_incr ()
 
__stl_atomic_t _M_decr ()
 

Private Attributes

_STLP_VOLATILE __stl_atomic_t _M_ref_count
 

Detailed Description

Definition at line 441 of file _threads.h.

Constructor & Destructor Documentation

◆ _Refcount_Base()

_Refcount_Base::_Refcount_Base ( __stl_atomic_t  __n)
inline

Definition at line 457 of file _threads.h.

457: _M_ref_count(__n) {}
return __n
Definition: _algo.h:75
_STLP_VOLATILE __stl_atomic_t _M_ref_count
Definition: _threads.h:446

Member Function Documentation

◆ _M_decr()

◆ _M_incr()

Member Data Documentation

◆ _M_ref_count

_STLP_VOLATILE __stl_atomic_t _Refcount_Base::_M_ref_count
private

Definition at line 446 of file _threads.h.


The documentation for this class was generated from the following file: