QSharedData Class Reference

QSharedData Class Reference

#include <qshareddata.h>

Class Description

Definition at line 56 of file qshareddata.h.

+ Inheritance diagram for QSharedData:

Public Member Functions

 QSharedData ()
 
 QSharedData (const QSharedData &)
 

Public Attributes

QAtomicInt ref
 

Constructor & Destructor Documentation

QSharedData ( )
inline

Definition at line 61 of file qshareddata.h.

61 : ref(0) { }
QAtomicInt ref
Definition: qshareddata.h:59
QSharedData ( const QSharedData )
inline

Definition at line 62 of file qshareddata.h.

62 : ref(0) { }
QAtomicInt ref
Definition: qshareddata.h:59

Member Data Documentation

QAtomicInt ref
mutable

Definition at line 59 of file qshareddata.h.


The documentation for this class was generated from the following file: