JUCE  v5.1.1-3-g1a0b28c73
JUCE API
ScopedPointer< ObjectType > Member List

This is the complete list of members for ScopedPointer< ObjectType >, including all inherited members.

createCopy() constScopedPointer< ObjectType >inline
get() const noexceptScopedPointer< ObjectType >inline
getAddress() const noexceptScopedPointer< ObjectType >inlineprivate
objectScopedPointer< ObjectType >private
operator ObjectType *() const noexceptScopedPointer< ObjectType >inline
operator*() const noexceptScopedPointer< ObjectType >inline
operator->() const noexceptScopedPointer< ObjectType >inline
operator=(ScopedPointer &objectToTransferFrom)ScopedPointer< ObjectType >inline
operator=(ObjectType *const newObjectToTakePossessionOf)ScopedPointer< ObjectType >inline
operator=(ScopedPointer &&other) noexceptScopedPointer< ObjectType >inline
release() noexceptScopedPointer< ObjectType >inline
ScopedPointer() noexceptScopedPointer< ObjectType >inline
ScopedPointer(decltype(nullptr)) noexceptScopedPointer< ObjectType >inline
ScopedPointer(ObjectType *const objectToTakePossessionOf) noexceptScopedPointer< ObjectType >inline
ScopedPointer(ScopedPointer &objectToTransferFrom) noexceptScopedPointer< ObjectType >inline
ScopedPointer(ScopedPointer &&other) noexceptScopedPointer< ObjectType >inline
swapWith(ScopedPointer< ObjectType > &other) noexceptScopedPointer< ObjectType >inline
~ScopedPointer()ScopedPointer< ObjectType >inline