JUCE  v5.1.1-3-g1a0b28c73
JUCE API
HeapBlock< ElementType, throwOnFailure > Member List

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

allocate(const size_t newNumElements, bool initialiseToZero)HeapBlock< ElementType, throwOnFailure >inline
calloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >inline
clear(size_t numElements) noexceptHeapBlock< ElementType, throwOnFailure >inline
dataHeapBlock< ElementType, throwOnFailure >private
free() noexceptHeapBlock< ElementType, throwOnFailure >inline
getData() const noexceptHeapBlock< ElementType, throwOnFailure >inline
HeapBlock() noexceptHeapBlock< ElementType, throwOnFailure >inline
HeapBlock(const size_t numElements)HeapBlock< ElementType, throwOnFailure >inlineexplicit
HeapBlock(const size_t numElements, const bool initialiseToZero)HeapBlock< ElementType, throwOnFailure >inline
HeapBlock(HeapBlock &&other) noexceptHeapBlock< ElementType, throwOnFailure >inline
malloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >inline
operator const void *() const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator ElementType *() const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator void *() const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator!=(const ElementType *const otherPointer) const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator+(IndexType index) const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator->() const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator=(HeapBlock &&other) noexceptHeapBlock< ElementType, throwOnFailure >inline
operator==(const ElementType *const otherPointer) const noexceptHeapBlock< ElementType, throwOnFailure >inline
operator[](IndexType index) const noexceptHeapBlock< ElementType, throwOnFailure >inline
realloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >inline
swapWith(HeapBlock< ElementType, otherBlockThrows > &other) noexceptHeapBlock< ElementType, throwOnFailure >inline
throwOnAllocationFailure() constHeapBlock< ElementType, throwOnFailure >inlineprivate
Type typedefHeapBlock< ElementType, throwOnFailure >
~HeapBlock()HeapBlock< ElementType, throwOnFailure >inline