openshot-audio  0.1.5
juce::HeapBlock< ElementType, throwOnFailure > Member List

This is the complete list of members for juce::HeapBlock< ElementType, throwOnFailure >, including all inherited members.

allocate(const size_t newNumElements, bool initialiseToZero)juce::HeapBlock< ElementType, throwOnFailure >inline
calloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
clear(size_t numElements) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
free() noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
getData() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock() noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock(const size_t numElements)juce::HeapBlock< ElementType, throwOnFailure >inlineexplicit
HeapBlock(const size_t numElements, const bool initialiseToZero)juce::HeapBlock< ElementType, throwOnFailure >inline
malloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
operator const void *() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator ElementType *() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator void *() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator!=(const ElementType *const otherPointer) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator+(IndexType index) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator->() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator==(const ElementType *const otherPointer) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator[](IndexType index) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
realloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
swapWith(HeapBlock< ElementType, otherBlockThrows > &other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
Type typedefjuce::HeapBlock< ElementType, throwOnFailure >
~HeapBlock()juce::HeapBlock< ElementType, throwOnFailure >inline