digikam
NPT_AtomicVariable Class Reference
#include <NptThreads.h>
Inheritance diagram for NPT_AtomicVariable:

Public Member Functions | |
NPT_AtomicVariable (int value=0) | |
~NPT_AtomicVariable () override | |
int | Decrement () override |
int | GetValue () override |
int | Increment () override |
void | SetValue (int value) override |
![]() | |
virtual | ~NPT_AtomicVariableInterface () |
Detailed Description
Definition at line 190 of file NptThreads.h.
Constructor & Destructor Documentation
NPT_AtomicVariable::NPT_AtomicVariable | ( | int | value = 0 | ) |
Definition at line 39 of file NptNullThreads.cpp.
|
inlineoverride |
Definition at line 195 of file NptThreads.h.
Member Function Documentation
|
inlineoverridevirtual |
Implements NPT_AtomicVariableInterface.
Definition at line 197 of file NptThreads.h.
|
inlineoverridevirtual |
Implements NPT_AtomicVariableInterface.
Definition at line 199 of file NptThreads.h.
|
inlineoverridevirtual |
Implements NPT_AtomicVariableInterface.
Definition at line 196 of file NptThreads.h.
|
inlineoverridevirtual |
Implements NPT_AtomicVariableInterface.
Definition at line 198 of file NptThreads.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 8 2019 04:09:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 8 2019 04:09:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.