This class is used internally by the WeakReference class - don't use it directly in your code! More...
#include <juce_WeakReference.h>
Public Member Functions | |
SharedPointer (ObjectType *obj) noexcept | |
void | clearPointer () noexcept |
ObjectType * | get () const noexcept |
Private Attributes | |
ObjectType * | owner |
This class is used internally by the WeakReference class - don't use it directly in your code!
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |