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