JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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
AllowConversion typedefjuce::HeapBlock< ElementType, throwOnFailure >private
calloc(SizeType newNumElements, const size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
clear(SizeType numElements) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
datajuce::HeapBlock< ElementType, throwOnFailure >private
free() noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
get() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
getData() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock classjuce::HeapBlock< ElementType, throwOnFailure >friend
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
throwOnAllocationFailure() constjuce::HeapBlock< ElementType, throwOnFailure >inlineprivate
Type typedefjuce::HeapBlock< ElementType, throwOnFailure >
~HeapBlock()juce::HeapBlock< ElementType, throwOnFailure >inline