![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Fake QAtomicInt. More...
Public Member Functions | |
| AtomicCounter () | |
| int | load () |
| void | store (int value) |
| int | fetchAndAddRelaxed (int add) |
Public Attributes | |
| int | m_value |
|
inline |
Definition at line 29 of file NormalizedProgress.cpp.
|
inline |
Definition at line 32 of file NormalizedProgress.cpp.
References m_value.
Referenced by cloudViewer::NormalizedProgress::oneStep(), and cloudViewer::NormalizedProgress::steps().
|
inline |
Definition at line 30 of file NormalizedProgress.cpp.
References m_value.
Referenced by cloudViewer::NormalizedProgress::scale().
|
inline |
Definition at line 31 of file NormalizedProgress.cpp.
References m_value.
Referenced by cloudViewer::NormalizedProgress::reset(), and cloudViewer::NormalizedProgress::scale().
| int AtomicCounter::m_value |
Definition at line 37 of file NormalizedProgress.cpp.
Referenced by fetchAndAddRelaxed(), load(), and store().