DISTRHO Plugin Framework
ScopedPointer< ObjectType > Member List

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

get() const noexceptScopedPointer< ObjectType >inline
getObject() const noexceptScopedPointer< ObjectType >inline
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
release() noexceptScopedPointer< ObjectType >inline
ScopedPointer() noexceptScopedPointer< ObjectType >inline
ScopedPointer(ObjectType *const objectToTakePossessionOf) noexceptScopedPointer< ObjectType >inline
ScopedPointer(ScopedPointer &objectToTransferFrom) noexceptScopedPointer< ObjectType >inline
swapWith(ScopedPointer< ObjectType > &other) noexceptScopedPointer< ObjectType >inline
~ScopedPointer()ScopedPointer< ObjectType >inline