Q3Shared Class

The Q3Shared class is used internally for implementing shared classes. More...

Header: #include <Q3Shared>
Inherited By:

Public Functions

Q3Shared()
bool deref()
void ref()

Detailed Description

The Q3Shared class is used internally for implementing shared classes.

Use QSharedData and QSharedDataPointer instead.

Member Function Documentation

Q3Shared::Q3Shared()

Constructs a Q3Shared object with a reference count of 1.

bool Q3Shared::deref()

Decrements the reference count and returns true if any references remain.

void Q3Shared::ref()

Increments the reference count.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.