OpenShot Library | libopenshot-audio 0.2.0
|
Public Types | |
using | Ptr = ReferenceCountedObjectPtr< CurrentThreadHolder > |
Public Attributes | |
ThreadLocalValue< Thread * > | value |
Additional Inherited Members | |
![]() | |
void | incReferenceCount () noexcept |
Increments the object's reference count. | |
void | decReferenceCount () noexcept |
Decreases the object's reference count. | |
bool | decReferenceCountWithoutDeleting () noexcept |
Decreases the object's reference count. | |
int | getReferenceCount () const noexcept |
Returns the object's current reference count. | |
![]() | |
ReferenceCountedObject ()=default | |
Creates the reference-counted object (with an initial ref count of zero). | |
ReferenceCountedObject (const ReferenceCountedObject &) noexcept | |
Copying from another object does not affect this one's reference-count. | |
ReferenceCountedObject (ReferenceCountedObject &&) noexcept | |
Copying from another object does not affect this one's reference-count. | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject &) noexcept |
Copying from another object does not affect this one's reference-count. | |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&) noexcept |
Copying from another object does not affect this one's reference-count. | |
virtual | ~ReferenceCountedObject () |
Destructor. | |
void | resetReferenceCount () noexcept |
Resets the reference count to zero without deleting the object. | |
Definition at line 51 of file juce_Thread.cpp.
Definition at line 55 of file juce_Thread.cpp.
|
inlinenoexcept |
Definition at line 53 of file juce_Thread.cpp.
ThreadLocalValue<Thread*> juce::CurrentThreadHolder::value |
Definition at line 56 of file juce_Thread.cpp.