|
libqi-api
release-2.5.3-2016-11-18
|
#include <atomic.hpp>
Public Member Functions | |
| int | operator++ () |
| int | operator-- () |
| StaticAtomicInt & | operator= (int value) |
| bool | setIfEquals (int testValue, int setValue) |
| int | swap (int value) |
| int | operator* () const |
Public Attributes | |
| volatile int | _value |
Definition at line 59 of file atomic.hpp.
|
inline |
Definition at line 70 of file atomic.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| volatile int qi::detail::StaticAtomicInt::_value |
Definition at line 82 of file atomic.hpp.