JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
juce::OptionalScopedPointer< ObjectType > Member List

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

clear()juce::OptionalScopedPointer< ObjectType >
get() const noexceptjuce::OptionalScopedPointer< ObjectType >
operator ObjectType *() const noexceptjuce::OptionalScopedPointer< ObjectType >
operator*() const noexceptjuce::OptionalScopedPointer< ObjectType >
operator->() const noexceptjuce::OptionalScopedPointer< ObjectType >
operator=(OptionalScopedPointer &&other) noexceptjuce::OptionalScopedPointer< ObjectType >
OptionalScopedPointer()=defaultjuce::OptionalScopedPointer< ObjectType >
OptionalScopedPointer(ObjectType *objectToHold, bool takeOwnership)juce::OptionalScopedPointer< ObjectType >
OptionalScopedPointer(OptionalScopedPointer &&other) noexceptjuce::OptionalScopedPointer< ObjectType >
OptionalScopedPointer(std::unique_ptr< ObjectType > &&ptr) noexceptjuce::OptionalScopedPointer< ObjectType >explicit
OptionalScopedPointer(ObjectType &ref) noexceptjuce::OptionalScopedPointer< ObjectType >explicit
release() noexceptjuce::OptionalScopedPointer< ObjectType >
reset() noexceptjuce::OptionalScopedPointer< ObjectType >
set(ObjectType *newObject, bool takeOwnership)juce::OptionalScopedPointer< ObjectType >
setNonOwned(ObjectType *newObject)juce::OptionalScopedPointer< ObjectType >
setOwned(ObjectType *newObject)juce::OptionalScopedPointer< ObjectType >
swapWith(OptionalScopedPointer< ObjectType > &other) noexceptjuce::OptionalScopedPointer< ObjectType >
willDeleteObject() const noexceptjuce::OptionalScopedPointer< ObjectType >
~OptionalScopedPointer() noexceptjuce::OptionalScopedPointer< ObjectType >