dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QScopedArrayPointer
qt
core
scopedpointer
Binding for C++ class
QScopedArrayPointer
.
extern (
C
++)
class
QScopedArrayPointer : QScopedPointer!(T, Cleanup)(
T
Cleanup
) {
this
();
this
(D* p);
T
opIndex
(int i);
const
(
T
)
opIndex
(int i);
}
Constructors
this
this
()
Undocumented in source.
this
this
(D* p)
Undocumented in source.
Members
Functions
opIndex
T
opIndex
(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const
(
T
)
opIndex
(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
qt
core
scopedpointer
aliases
QScopedPointerDeleteLater
classes
QScopedArrayPointer
structs
QScopedPointer
QScopedPointerDeleter
QScopedPointerObjectDeleteLater
Binding for C++ class QScopedArrayPointer.