My Project
|
#include <atomicCounter.h>
Public Member Functions | |
IncrementLock (Counter &c) | |
~IncrementLock () | |
IncrementLock (const IncrementLock &)=delete | |
IncrementLock & | operator= (const IncrementLock &)=delete |
Public Attributes | |
Counter & | counter |
Definition at line 15 of file atomicCounter.h.
|
inlineexplicit |
Definition at line 18 of file atomicCounter.h.
References osl::misc::IncrementLock< Counter >::counter.
|
inline |
Definition at line 22 of file atomicCounter.h.
References osl::misc::IncrementLock< Counter >::counter.
|
delete |
|
delete |
Counter& osl::misc::IncrementLock< Counter >::counter |
Definition at line 17 of file atomicCounter.h.
Referenced by osl::misc::IncrementLock< Counter >::IncrementLock(), and osl::misc::IncrementLock< Counter >::~IncrementLock().