dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QAtomicPointer
qt
core
atomic
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
struct
QAtomicPointer (
T
) {
QBasicAtomicPointer
!(
T
)
base0
;
this
();
this
(T* value);
this(this)
;
this
(const(QAtomicPointer!(T)) other);
}
Constructors
this
this
()
Undocumented in source.
this
this
(T* value)
Undocumented in source.
this
this
(const(QAtomicPointer!(T)) other)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
base0
Members
Variables
base0
QBasicAtomicPointer
!(
T
)
base0
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
atomic
functions
qAtomicAssign
qAtomicDetach
structs
QAtomicInt
QAtomicInteger
QAtomicPointer