LibreOffice Module o3tl (master) 1
|
Thread-unsafe refcounting. More...
#include <cow_wrapper.hxx>
Public Types | |
typedef std::size_t | ref_count_t |
Static Public Member Functions | |
static void | incrementCount (ref_count_t &rCount) |
static bool | decrementCount (ref_count_t &rCount) |
Thread-unsafe refcounting.
This is the default locking policy for cow_wrapper. No locking/guarding against concurrent access is performed whatsoever.
Definition at line 36 of file cow_wrapper.hxx.
typedef std::size_t o3tl::UnsafeRefCountingPolicy::ref_count_t |
Definition at line 38 of file cow_wrapper.hxx.
|
inlinestatic |
Definition at line 40 of file cow_wrapper.hxx.
|
inlinestatic |
Definition at line 39 of file cow_wrapper.hxx.