Go to the source code of this file.
◆ JUCE_SCOPEDPOINTER_H_INCLUDED
#define JUCE_SCOPEDPOINTER_H_INCLUDED |
◆ deleteAndZero()
◆ operator!=()
template<class ObjectType >
bool operator!= |
( |
const ScopedPointer< ObjectType > & |
pointer1, |
|
|
ObjectType *const |
pointer2 |
|
) |
| |
|
noexcept |
Compares a ScopedPointer with another pointer. This can be handy for checking whether this is a null pointer.
◆ operator==()
template<class ObjectType >
bool operator== |
( |
const ScopedPointer< ObjectType > & |
pointer1, |
|
|
ObjectType *const |
pointer2 |
|
) |
| |
|
noexcept |
Compares a ScopedPointer with another pointer. This can be handy for checking whether this is a null pointer.