QXRD  0.11.16
Functions | Variables
qcepobject.cpp File Reference

(Commit a65ccc9... : jennings : 2016-03-15 14:00:18 -0500)

#include "qcepobject.h"
#include "qcepproperty.h"
#include <QMetaProperty>
#include <stdio.h>
#include <QAtomicInt>
#include <QSet>
#include <QThread>
Include dependency graph for qcepobject.cpp:

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
 

Function Documentation

static QAtomicInt s_ObjectAllocateCount ( )
static

Referenced by QcepObject::allocatedObjects(), and QcepObject::QcepObject().

Here is the caller graph for this function:

static QAtomicInt s_ObjectDeleteCount ( )
static

Referenced by QcepObject::deletedObjects(), and QcepObject::~QcepObject().

Here is the caller graph for this function:

Variable Documentation

QSet<QcepObject*> s_Allocated
static