| allocate(const size_t newNumElements, bool initialiseToZero) | HeapBlock< ElementType, throwOnFailure > | |
| calloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType)) | HeapBlock< ElementType, throwOnFailure > | |
| clear(size_t numElements) noexcept | HeapBlock< ElementType, throwOnFailure > | |
| free() noexcept | HeapBlock< ElementType, throwOnFailure > | |
| getData() const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| HeapBlock() noexcept | HeapBlock< ElementType, throwOnFailure > | |
| HeapBlock(const size_t numElements) | HeapBlock< ElementType, throwOnFailure > | explicit |
| HeapBlock(const size_t numElements, const bool initialiseToZero) | HeapBlock< ElementType, throwOnFailure > | |
| HeapBlock(HeapBlock &&other) noexcept | HeapBlock< ElementType, throwOnFailure > | |
| malloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType)) | HeapBlock< ElementType, throwOnFailure > | |
| operator const void *() const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator ElementType *() const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator void *() const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator!=(const ElementType *const otherPointer) const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator+(IndexType index) const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator->() const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator=(HeapBlock &&other) noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator==(const ElementType *const otherPointer) const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| operator[](IndexType index) const noexcept | HeapBlock< ElementType, throwOnFailure > | |
| realloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType)) | HeapBlock< ElementType, throwOnFailure > | |
| swapWith(HeapBlock< ElementType, otherBlockThrows > &other) noexcept | HeapBlock< ElementType, throwOnFailure > | |
| Type typedef | HeapBlock< ElementType, throwOnFailure > | |
| ~HeapBlock() | HeapBlock< ElementType, throwOnFailure > | |