The QShared struct is internally used for implementing shared classes. More...
#include <qshared.h>
Public Member Functions | |
| QShared () | |
| void | ref () |
| bool | deref () |
Public Attributes | |
| uint | count |
The QShared struct is internally used for implementing shared classes.
It only contains a reference count and member functions to increment and decrement it.
Shared classes normally have internal classes that inherit QShared and add the shared data.
1.8.11