QAtomicInt Class

QAtomicInt 클래스는 int에 대한 플랫폼 독립적인 원자 연산을 제공합니다. 더 보기...

Header: #include <QAtomicInt>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core
상속합니다: QAtomicInteger

공용 함수

QAtomicInt(int value = 0)

자세한 설명

이 클래스는 QAtomicInteger<int> 와 동등합니다. 다른 모든 기능도 동일합니다. 자세한 내용은 해당 클래스를 참조하세요.

QAtomicIntegerQAtomicPointer도 참조하세요 .

멤버 함수 문서

[constexpr noexcept] QAtomicInt::QAtomicInt(int value = 0)

주어진 value 로 QAtomicInt 를 생성합니다.

© 2025 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.