JUCE
ScopedPointer< ObjectType > Member List

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

createCopy() const ScopedPointer< ObjectType >
get() const noexceptScopedPointer< ObjectType >
operator ObjectType *() const noexceptScopedPointer< ObjectType >
operator*() const noexceptScopedPointer< ObjectType >
operator->() const noexceptScopedPointer< ObjectType >
operator=(ScopedPointer &objectToTransferFrom)ScopedPointer< ObjectType >
operator=(ObjectType *const newObjectToTakePossessionOf)ScopedPointer< ObjectType >
operator=(ScopedPointer &&other) noexceptScopedPointer< ObjectType >
release() noexceptScopedPointer< ObjectType >
ScopedPointer() noexceptScopedPointer< ObjectType >
ScopedPointer(ObjectType *const objectToTakePossessionOf) noexceptScopedPointer< ObjectType >
ScopedPointer(ScopedPointer &objectToTransferFrom) noexceptScopedPointer< ObjectType >
ScopedPointer(ScopedPointer &&other) noexceptScopedPointer< ObjectType >
swapWith(ScopedPointer< ObjectType > &other) noexceptScopedPointer< ObjectType >
~ScopedPointer()ScopedPointer< ObjectType >