dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QSharedData
qt
core
shareddata
Binding for C++ class
QSharedData
.
extern (
C
++) extern (
C
++)
struct
QSharedData {
QAtomicInt
ref_
;
this
();
this(this)
;
this
(const(QSharedData) );
}
Constructors
this
this
()
Undocumented in source.
this
this
(const(QSharedData) )
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Variables
ref_
QAtomicInt
ref_
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
shareddata
structs
QAdoptSharedDataTag
QExplicitlySharedDataPointer
QSharedData
QSharedDataPointer
Binding for C++ class QSharedData.