OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_ProcessContext.h>
Public Types | |
using | Ptr = ReferenceCountedObjectPtr< ProcessorState > |
Additional Inherited Members | |
![]() | |
void | incReferenceCount () noexcept |
void | decReferenceCount () noexcept |
bool | decReferenceCountWithoutDeleting () noexcept |
int | getReferenceCount () const noexcept |
![]() | |
ReferenceCountedObject ()=default | |
ReferenceCountedObject (const ReferenceCountedObject &) noexcept | |
ReferenceCountedObject (ReferenceCountedObject &&) noexcept | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject &) noexcept |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&) noexcept |
virtual | ~ReferenceCountedObject () |
void | resetReferenceCount () noexcept |
This is a handy base class for the state of a processor (such as parameter values) which is typically shared among several processors. This is useful for multi-mono filters which share the same state among several mono processors.
Definition at line 58 of file juce_ProcessContext.h.
The ProcessorState structure is ref-counted, so this is a handy type that can be used as a pointer to one.
Definition at line 63 of file juce_ProcessContext.h.