QXRD
0.11.16
|
#include "qcepobject.h"
#include "qcepproperty.h"
#include <QMetaProperty>
#include <stdio.h>
#include <QAtomicInt>
#include <QSet>
#include <QThread>
Go to the source code of this file.
Functions | |
static QAtomicInt | s_ObjectAllocateCount (0) |
static QAtomicInt | s_ObjectDeleteCount (0) |
Variables | |
static QSet< QcepObject * > | s_Allocated |
|
static |
Referenced by QcepObject::allocatedObjects(), and QcepObject::QcepObject().
|
static |
Referenced by QcepObject::deletedObjects(), and QcepObject::~QcepObject().
|
static |
Definition at line 13 of file qcepobject.cpp.
Referenced by QcepObject::allocatedObjectsSet(), QcepObject::QcepObject(), and QcepObject::~QcepObject().