JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
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 >
release() noexceptScopedPointer< ObjectType >
ScopedPointer() noexceptScopedPointer< ObjectType >
ScopedPointer(ObjectType *const objectToTakePossessionOf) noexceptScopedPointer< ObjectType >
ScopedPointer(ScopedPointer &objectToTransferFrom) noexceptScopedPointer< ObjectType >
swapWith(ScopedPointer< ObjectType > &other) noexceptScopedPointer< ObjectType >
~ScopedPointer()ScopedPointer< ObjectType >