JUCE  v5.1.1-3-g1a0b28c73
JUCE API
WeakReference< ObjectType, ReferenceCountingType >::Master Class Reference

This class is embedded inside an object to which you want to attach WeakReference pointers. More...

#include <juce_WeakReference.h>

Collaboration diagram for WeakReference< ObjectType, ReferenceCountingType >::Master:

Public Member Functions

 Master () noexcept
 
 ~Master () noexcept
 
void clear () noexcept
 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. More...
 
SharedPointergetSharedPointer (ObjectType *const object)
 The first call to this method will create an internal object that is shared by all weak references to the object. More...
 

Private Attributes

SharedRef sharedPointer
 

Detailed Description

template<class ObjectType, class ReferenceCountingType = ReferenceCountedObject>
class WeakReference< ObjectType, ReferenceCountingType >::Master

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.

See also
WeakReference

Constructor & Destructor Documentation

◆ Master()

template<class ObjectType, class ReferenceCountingType = ReferenceCountedObject>
WeakReference< ObjectType, ReferenceCountingType >::Master::Master ( )
inlinenoexcept

◆ ~Master()

template<class ObjectType, class ReferenceCountingType = ReferenceCountedObject>
WeakReference< ObjectType, ReferenceCountingType >::Master::~Master ( )
inlinenoexcept

References jassert.

Member Function Documentation

◆ clear()

template<class ObjectType, class ReferenceCountingType = ReferenceCountedObject>
void WeakReference< ObjectType, ReferenceCountingType >::Master::clear ( )
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.

◆ getSharedPointer()

template<class ObjectType, class ReferenceCountingType = ReferenceCountedObject>
SharedPointer* WeakReference< ObjectType, ReferenceCountingType >::Master::getSharedPointer ( ObjectType *const  object)
inline

The first call to this method will create an internal object that is shared by all weak references to the object.

References jassert, and WeakReference< ObjectType, ReferenceCountingType >::SharedPointer::SharedPointer().

Member Data Documentation

◆ sharedPointer

template<class ObjectType, class ReferenceCountingType = ReferenceCountedObject>
SharedRef WeakReference< ObjectType, ReferenceCountingType >::Master::sharedPointer
private

The documentation for this class was generated from the following file: