QAtomicInt Class
The QAtomicInt class provides platform-independent atomic operations on int. More...
Header: | #include <QAtomicInt> |
qmake: | QT += core |
Since: | Qt 4.4 |
Inherits: | QAtomicInteger |
Public Functions
QAtomicInt(int value = 0) |
- 46 public functions inherited from QAtomicInteger
- 49 public functions inherited from QBasicAtomicInteger
Additional Inherited Members
- 8 static public members inherited from QAtomicInteger
- 8 static public members inherited from QBasicAtomicInteger
Detailed Description
The QAtomicInt class provides platform-independent atomic operations on int.
This class is a equivalent to QAtomicInteger<int>
. All other functionality is equivalent. Please see that class for more information.
See also QAtomicInteger and QAtomicPointer.
Member Function Documentation
QAtomicInt::QAtomicInt(int value = 0)
Constructs a QAtomicInt with the given value.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.