QSharedData Class▲
-
Header: QSharedData
-
qmake: QT += core
-
Inherited By: QAbstractXmlNodeModel, QDBusIntrospection::Interface, and QDBusIntrospection::Object
Detailed Description▲
QSharedData is designed to be used with QSharedDataPointer or QExplicitlySharedDataPointer to implement custom implicitly shared or explicitly shared classes. QSharedData provides thread-safe reference counting.
See QSharedDataPointer and QExplicitlySharedDataPointer for details.