#include <mcllib/MCRefCountAccessor.h>
Inheritance diagram for MCRefCountAccessorBase:
Protected Member Functions | |
mcatomic_t | getCnt (MCRefCount *pCtr) const |
Get the current ref count from a reference counted object. | |
mcatomic_t | safeDecCnt (MCRefCount *pCtr) const |
Decrement the ref count for the specified object in a thread safe manner. | |
mcatomic_t | safeIncCnt (MCRefCount *pCtr) const |
Increment the ref count for the specified object in a thread safe manner. | |
mcatomic_t | unsafeDecCnt (MCRefCount *pCtr) const |
Decrement the ref count for the specified object in a thread unsafe manner. | |
mcatomic_t | unsafeIncCnt (MCRefCount *pCtr) const |
Increment the ref count for the specified object in a thread unsafe manner. |
|
Get the current ref count from a reference counted object.
|
|
Decrement the ref count for the specified object in a thread safe manner.
|
|
Increment the ref count for the specified object in a thread safe manner.
|
|
Decrement the ref count for the specified object in a thread unsafe manner.
|
|
Increment the ref count for the specified object in a thread unsafe manner.
|