JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
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, const bool initialiseToZero)HeapBlock< ElementType, throwOnFailure >
calloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >
clear(size_t numElements) noexceptHeapBlock< ElementType, throwOnFailure >
free()HeapBlock< ElementType, throwOnFailure >
getData() const noexceptHeapBlock< ElementType, throwOnFailure >
HeapBlock() noexceptHeapBlock< ElementType, throwOnFailure >
HeapBlock(const size_t numElements)HeapBlock< ElementType, throwOnFailure > [explicit]
malloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >
operator const void *() const noexceptHeapBlock< ElementType, throwOnFailure >
operator ElementType *() const noexceptHeapBlock< ElementType, throwOnFailure >
operator void *() const noexceptHeapBlock< ElementType, throwOnFailure >
operator!=(const ElementType *const otherPointer) const noexceptHeapBlock< ElementType, throwOnFailure >
operator+(IndexType index) const noexceptHeapBlock< ElementType, throwOnFailure >
operator->() const noexceptHeapBlock< ElementType, throwOnFailure >
operator==(const ElementType *const otherPointer) const noexceptHeapBlock< ElementType, throwOnFailure >
operator[](IndexType index) const noexceptHeapBlock< ElementType, throwOnFailure >
realloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >
swapWith(HeapBlock< ElementType, otherBlockThrows > &other) noexceptHeapBlock< ElementType, throwOnFailure >
~HeapBlock()HeapBlock< ElementType, throwOnFailure >