HDK
|
NON Thread-safe policy for UT_IntrusiveRefCounter. More...
#include <UT_IntrusivePtr.h>
Public Types | |
using | type = uint32 |
using | pod_type = uint32 |
Static Public Member Functions | |
static SYS_FORCE_INLINE uint32 | load (const type &counter) noexcept |
static SYS_FORCE_INLINE void | increment (type &counter) noexcept |
static SYS_FORCE_INLINE void | increment (type &counter, pod_type refs_to_add) noexcept |
static SYS_FORCE_INLINE uint32 | decrement (type &counter) noexcept |
static SYS_FORCE_INLINE uint32 | decrement (type &counter, pod_type refs_to_remove) noexcept |
NON Thread-safe policy for UT_IntrusiveRefCounter.
Definition at line 163 of file UT_IntrusivePtr.h.
Definition at line 166 of file UT_IntrusivePtr.h.
Definition at line 165 of file UT_IntrusivePtr.h.
|
inlinestaticnoexcept |
Definition at line 183 of file UT_IntrusivePtr.h.
|
inlinestaticnoexcept |
Definition at line 188 of file UT_IntrusivePtr.h.
|
inlinestaticnoexcept |
Definition at line 172 of file UT_IntrusivePtr.h.
|
inlinestaticnoexcept |
Definition at line 177 of file UT_IntrusivePtr.h.
|
inlinestaticnoexcept |
Definition at line 169 of file UT_IntrusivePtr.h.