JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_ReferenceCountedObject.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::ReferenceCountedObject
 A base class which provides methods for reference-counting. More...
 
class  juce::ReferenceCountedObjectPtr< ObjectType >
 A smart-pointer class which points to a reference-counted object. More...
 
class  juce::SingleThreadedReferenceCountedObject
 Adds reference-counting to an object. More...
 

Namespaces

 juce
 

Functions

template<typename Type >
bool juce::operator!= (const Type *object1, const ReferenceCountedObjectPtr< Type > &object2) noexcept
 Compares two ReferenceCountedObjectPtrs. More...
 
template<typename Type >
bool juce::operator== (const Type *object1, const ReferenceCountedObjectPtr< Type > &object2) noexcept
 Compares two ReferenceCountedObjectPtrs. More...