QSharedData Class Reference [Модуль QtCore]
The QSharedData class is a base class for shared data objects. Далее...
#include <QSharedData> Inherited by QAbstractXmlNodeModel.
Замечание: все функции этого класса реентерабильны.
Открытые функции
Подробное описание
The QSharedData class is a base class for shared data objects.
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.
Описание функций-членов
QSharedData::QSharedData ()
Constructs a QSharedData object with a reference count of 0.
QSharedData::QSharedData ( const QSharedData & other )
Constructs a QSharedData object with reference count 0. other is ignored.
|