IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QAtomicInt Class

The QAtomicInt class provides platform-independent atomic operations on int.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QAtomicInt Class

  • Header: QAtomicInt

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Core)

    target_link_libraries(mytarget PRIVATE Qt6::Core)

  • qmake: QT += core

  • Inherits: QAtomicInteger

Detailed Description

This class is a equivalent to QAtomicInteger<int>. All other functionality is equivalent. Please see that class for more information.

See Also

Member Function Documentation

 

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

Constructs a QAtomicInt with the given value.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+