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) noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
free() noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
getData() const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
HeapBlock() noexcept | juce::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 noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator ElementType *() const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator void *() const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator!=(const ElementType *const otherPointer) const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator+(IndexType index) const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator->() const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator==(const ElementType *const otherPointer) const noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
operator[](IndexType index) const noexcept | juce::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) noexcept | juce::HeapBlock< ElementType, throwOnFailure > | inline |
Type typedef | juce::HeapBlock< ElementType, throwOnFailure > | |
~HeapBlock() | juce::HeapBlock< ElementType, throwOnFailure > | inline |