Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QSharedData Class Reference
[QtCore module]

The QSharedData class is a base class for shared data objects. More...

#include <QSharedData>

Note: All the functions in this class are reentrant.

Public Functions


Detailed Description

The QSharedData class is a base class for shared data objects.

QSharedData is designed to be used together with QSharedDataPointer to implement custom implicitly shared classes. It provides thread-safe reference counting.

See the QSharedDataPointer documentation for details.


Member Function Documentation

QSharedData::QSharedData ()

Constructs a QSharedData object with a reference count of 0.

QSharedData::QSharedData ( const QSharedData & other )

Constructs a QSharedData object with a reference count of 0. (other is ignored.)


Copyright © 2006 Trolltech Trademarks
Qt 4.1.3