dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QAtomicInteger
qt
core
atomic
Binding for C++ class
QAtomicInteger
.
extern (
C
++) extern (
C
++)
struct
QAtomicInteger (
T
) {
QBasicAtomicInteger
!(
T
)
base0
;
this
();
this
(T value);
this(this)
;
this
(const(QAtomicInteger) other);
}
Constructors
this
this
()
Undocumented in source.
this
this
(T value)
Undocumented in source.
this
this
(const(QAtomicInteger) other)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
base0
Members
Variables
base0
QBasicAtomicInteger
!(
T
)
base0
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
atomic
functions
qAtomicAssign
qAtomicDetach
structs
QAtomicInt
QAtomicInteger
QAtomicPointer
Binding for C++ class QAtomicInteger.