JUCE  v5.1.1-3-g1a0b28c73
JUCE API
SharedResourcePointer< SharedObjectType >::SharedObjectHolder Struct Reference
Collaboration diagram for SharedResourcePointer< SharedObjectType >::SharedObjectHolder:

Public Attributes

SpinLock lock
 
int refCount
 
ScopedPointer< SharedObjectType > sharedInstance
 

Member Data Documentation

◆ lock

template<typename SharedObjectType>
SpinLock SharedResourcePointer< SharedObjectType >::SharedObjectHolder::lock

◆ refCount

template<typename SharedObjectType>
int SharedResourcePointer< SharedObjectType >::SharedObjectHolder::refCount

◆ sharedInstance

template<typename SharedObjectType>
ScopedPointer<SharedObjectType> SharedResourcePointer< SharedObjectType >::SharedObjectHolder::sharedInstance

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