OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_LeakedObjectDetector.h>
Public Member Functions | |
LeakedObjectDetector (const LeakedObjectDetector &) noexcept | |
Embedding an instance of this class inside another class can be used as a low-overhead way of detecting leaked instances.
This class keeps an internal static count of the number of instances that are active, so that when the app is shutdown and the static destructors are called, it can check whether there are any left-over instances that may have been leaked.
To use it, use the JUCE_LEAK_DETECTOR macro as a simple way to put one in your class declaration. Have a look through the juce codebase for examples, it's used in most of the classes.
Definition at line 42 of file juce_LeakedObjectDetector.h.
|
inlinenoexcept |
Definition at line 46 of file juce_LeakedObjectDetector.h.
|
inlinenoexcept |
Definition at line 47 of file juce_LeakedObjectDetector.h.
|
inline |
Definition at line 49 of file juce_LeakedObjectDetector.h.