JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::SharedResourcePointer< SharedObjectType >::SharedObjectHolder Struct Reference
Collaboration diagram for juce::SharedResourcePointer< SharedObjectType >::SharedObjectHolder:

Public Attributes

SpinLock lock
 
int refCount
 
std::unique_ptr< SharedObjectType > sharedInstance
 

Member Data Documentation

◆ lock

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

◆ refCount

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

◆ sharedInstance

template<typename SharedObjectType >
std::unique_ptr<SharedObjectType> juce::SharedResourcePointer< SharedObjectType >::SharedObjectHolder::sharedInstance

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