|
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...
|
|