|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::LeakedObjectDetector< OwnerClass > |
| Embedding an instance of this class inside another class can be used as a low-overhead way of detecting leaked instances. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Macros | |
| #define | JUCE_LEAK_DETECTOR(OwnerClass) |
| This macro lets you embed a leak-detecting object inside a class. | |
| #define JUCE_LEAK_DETECTOR | ( | OwnerClass | ) |
This macro lets you embed a leak-detecting object inside a class.
To use it, simply declare a JUCE_LEAK_DETECTOR (YourClassName) inside a private section of the class declaration. E.g.
Definition at line 133 of file juce_LeakedObjectDetector.h.