| JUCE
    | 
This is the complete list of members for ScopedPointer< ObjectType >, including all inherited members.
| createCopy() const | ScopedPointer< ObjectType > | |
| get() const noexcept | ScopedPointer< ObjectType > | |
| operator ObjectType *() const noexcept | ScopedPointer< ObjectType > | |
| operator*() const noexcept | ScopedPointer< ObjectType > | |
| operator->() const noexcept | ScopedPointer< ObjectType > | |
| operator=(ScopedPointer &objectToTransferFrom) | ScopedPointer< ObjectType > | |
| operator=(ObjectType *const newObjectToTakePossessionOf) | ScopedPointer< ObjectType > | |
| operator=(ScopedPointer &&other) noexcept | ScopedPointer< ObjectType > | |
| release() noexcept | ScopedPointer< ObjectType > | |
| ScopedPointer() noexcept | ScopedPointer< ObjectType > | |
| ScopedPointer(ObjectType *const objectToTakePossessionOf) noexcept | ScopedPointer< ObjectType > | |
| ScopedPointer(ScopedPointer &objectToTransferFrom) noexcept | ScopedPointer< ObjectType > | |
| ScopedPointer(ScopedPointer &&other) noexcept | ScopedPointer< ObjectType > | |
| swapWith(ScopedPointer< ObjectType > &other) noexcept | ScopedPointer< ObjectType > | |
| ~ScopedPointer() | ScopedPointer< ObjectType > |