openshot-audio
0.1.6
|
#include <juce_core.h>
Public Member Functions | |
Master () noexcept | |
~Master () noexcept | |
SharedPointer * | getSharedPointer (ObjectType *const object) |
void | clear () noexcept |
This class is embedded inside an object to which you want to attach WeakReference pointers. See the WeakReference class notes for an example of how to use this class.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
The object that owns this master pointer should call this before it gets destroyed, to zero all the references to this object that may be out there. See the WeakReference class notes for an example of how to do this.
|
inline |
The first call to this method will create an internal object that is shared by all weak references to the object.