OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::HeapBlock< ElementType, throwOnFailure > Member List

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

allocate(SizeType newNumElements, bool initialiseToZero)juce::HeapBlock< ElementType, throwOnFailure >inline
calloc(SizeType newNumElements, const size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
clear(SizeType numElements) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
free() noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
get() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
getData() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock()=defaultjuce::HeapBlock< ElementType, throwOnFailure >
HeapBlock(SizeType numElements)juce::HeapBlock< ElementType, throwOnFailure >inlineexplicit
HeapBlock(SizeType numElements, bool initialiseToZero)juce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock(HeapBlock &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock(HeapBlock< OtherElementType, otherThrowOnFailure > &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
malloc(SizeType newNumElements, 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 *otherPointer) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator+(IndexType index) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator->() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator=(HeapBlock &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator=(HeapBlock< OtherElementType, otherThrowOnFailure > &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator==(const ElementType *otherPointer) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator[](IndexType index) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
realloc(SizeType newNumElements, 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