(c1889bd953892428a474822168c10a4f983fb3ae)
#include <QAtomicInt>
Go to the source code of this file.
|
bool | examples (int currentValue, int expectedValue, int newValue) |
| [0]
|
int | wrapInFunction (int currentValue, int newValue, int valueToAdd) |
template<typename T> |
T * | wrapInTFunction (T *currentValue, T *newValue, T valueToAdd) |
◆ examples()
bool examples |
( |
int | currentValue, |
|
|
int | expectedValue, |
|
|
int | newValue ) |
◆ wrapInFunction()
int wrapInFunction |
( |
int | currentValue, |
|
|
int | newValue, |
|
|
int | valueToAdd ) |
◆ wrapInTFunction()
template<typename T>
T * wrapInTFunction |
( |
T * | currentValue, |
|
|
T * | newValue, |
|
|
T | valueToAdd ) |