LibreOffice Module o3tl (master) 1
|
Thread-safe refcounting. More...
#include <cow_wrapper.hxx>
Public Types | |
typedef oslInterlockedCount | ref_count_t |
Static Public Member Functions | |
static void | incrementCount (ref_count_t &rCount) |
static bool | decrementCount (ref_count_t &rCount) |
Thread-safe refcounting.
Use this to have the cow_wrapper refcounting mechanisms employ the thread-safe oslInterlockedCount .
Definition at line 48 of file cow_wrapper.hxx.
typedef oslInterlockedCount o3tl::ThreadSafeRefCountingPolicy::ref_count_t |
Definition at line 50 of file cow_wrapper.hxx.
|
inlinestatic |
Definition at line 52 of file cow_wrapper.hxx.
|
inlinestatic |
Definition at line 51 of file cow_wrapper.hxx.