qt.core.scopedpointer

* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *

Members

Aliases

QScopedPointerDeleteLater
alias QScopedPointerDeleteLater = QScopedPointerObjectDeleteLater!(QObject)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Classes

QScopedArrayPointer
class QScopedArrayPointer(T, Cleanup)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Structs

QScopedPointer
struct QScopedPointer(T, Cleanup = QScopedPointerDeleter!T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QScopedPointerDeleter
struct QScopedPointerDeleter(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QScopedPointerObjectDeleteLater
struct QScopedPointerObjectDeleteLater(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta