OpenShot Library | libopenshot-audio 0.2.0
juce::var::VariantType_Array::RefCountedArray Struct Reference
+ Inheritance diagram for juce::var::VariantType_Array::RefCountedArray:

Public Member Functions

 RefCountedArray (const Array< var > &a)
 
 RefCountedArray (Array< var > &&a)
 
- Public Member Functions inherited from juce::ReferenceCountedObject
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.
 

Public Attributes

Array< vararray
 

Additional Inherited Members

- Protected Member Functions inherited from juce::ReferenceCountedObject
 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.
 
ReferenceCountedObjectoperator= (const ReferenceCountedObject &) noexcept
 Copying from another object does not affect this one's reference-count.
 
ReferenceCountedObjectoperator= (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.
 

Detailed Description

Definition at line 363 of file juce_Variant.cpp.

Constructor & Destructor Documentation

◆ RefCountedArray() [1/2]

juce::var::VariantType_Array::RefCountedArray::RefCountedArray ( const Array< var > &  a)
inline

Definition at line 365 of file juce_Variant.cpp.

◆ RefCountedArray() [2/2]

juce::var::VariantType_Array::RefCountedArray::RefCountedArray ( Array< var > &&  a)
inline

Definition at line 366 of file juce_Variant.cpp.

Member Data Documentation

◆ array

Array<var> juce::var::VariantType_Array::RefCountedArray::array

Definition at line 367 of file juce_Variant.cpp.


The documentation for this struct was generated from the following file: