JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
juce_ReferenceCountedObject.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  juce
 JUCE Namespace.
 

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.