JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
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

namespace  juce
 

Functions

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