Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QSharedData class is a base class for shared data objects. More...
#include <QSharedData>
Inherited by QScript::ArgumentsObjectData, QScript::C2Function, QScript::CFunction, QScript::Ecma::Core, QScript::Ecma::Global, QScript::Ecma::Math, QScript::Ext::EnumerationClassData, QScript::MemoryPool, QScript::QtFunction, QScript::ScriptFunction,
Note: All the functions in this class are reentrant.
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.
Constructs a QSharedData object with a reference count of 0.
Constructs a QSharedData object with a reference count of 0. (other is ignored.)
Copyright © 2008 Trolltech | Trademarks | Qt 4.3.5 |