JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_ScopedPointer.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::ScopedPointer< ObjectType >
 This class is deprecated. More...
 

Namespaces

 juce
 

Functions

template<typename ObjectType1 , typename ObjectType2 >
bool juce::operator!= (ObjectType1 *pointer1, const ScopedPointer< ObjectType2 > &pointer2) noexcept
 Compares a ScopedPointer with another pointer. More...
 
template<typename ObjectType1 , typename ObjectType2 >
bool juce::operator!= (const ScopedPointer< ObjectType1 > &pointer1, ObjectType2 *pointer2) noexcept
 Compares a ScopedPointer with another pointer. More...
 
template<typename ObjectType1 , typename ObjectType2 >
bool juce::operator!= (const ScopedPointer< ObjectType1 > &pointer1, const ScopedPointer< ObjectType2 > &pointer2) noexcept
 Compares a ScopedPointer with another pointer. More...
 
template<class ObjectType >
bool juce::operator!= (decltype(nullptr), const ScopedPointer< ObjectType > &pointer) noexcept
 Compares a ScopedPointer with a nullptr. More...
 
template<class ObjectType >
bool juce::operator!= (const ScopedPointer< ObjectType > &pointer, decltype(nullptr)) noexcept
 Compares a ScopedPointer with a nullptr. More...
 
template<typename ObjectType1 , typename ObjectType2 >
bool juce::operator== (ObjectType1 *pointer1, const ScopedPointer< ObjectType2 > &pointer2) noexcept
 Compares a ScopedPointer with another pointer. More...
 
template<typename ObjectType1 , typename ObjectType2 >
bool juce::operator== (const ScopedPointer< ObjectType1 > &pointer1, ObjectType2 *pointer2) noexcept
 Compares a ScopedPointer with another pointer. More...
 
template<typename ObjectType1 , typename ObjectType2 >
bool juce::operator== (const ScopedPointer< ObjectType1 > &pointer1, const ScopedPointer< ObjectType2 > &pointer2) noexcept
 Compares a ScopedPointer with another pointer. More...
 
template<class ObjectType >
bool juce::operator== (decltype(nullptr), const ScopedPointer< ObjectType > &pointer) noexcept
 Compares a ScopedPointer with a nullptr. More...
 
template<class ObjectType >
bool juce::operator== (const ScopedPointer< ObjectType > &pointer, decltype(nullptr)) noexcept
 Compares a ScopedPointer with a nullptr. More...