Name | |
---|---|
enum | ObjectType { Objects, Items} |
Name | |
---|---|
QskObjectCounter(bool debugAtDestruction =false) | |
~QskObjectCounter() | |
void | setActive(bool on) |
bool | isActive() const |
void | reset() |
int | created(ObjectType objectType =Objects) const |
int | destroyed(ObjectType objectType =Objects) const |
int | current(ObjectType objectType =Objects) const |
int | maximum(ObjectType objectType =Objects) const |
void | debugStatistics(QDebug debug, ObjectType objectType =Objects) const |
void | dump() const |
Enumerator | Value | Description |
---|---|---|
Objects | ||
Items |
QskObjectCounter(
bool debugAtDestruction =false
)
~QskObjectCounter()
void setActive(
bool on
)
bool isActive() const
void reset()
int created(
ObjectType objectType =Objects
) const
int destroyed(
ObjectType objectType =Objects
) const
int current(
ObjectType objectType =Objects
) const
int maximum(
ObjectType objectType =Objects
) const
void debugStatistics(
QDebug debug,
ObjectType objectType =Objects
) const
void dump() const
Updated on 28 July 2023 at 14:02:28 CEST