JUCE
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 >
calloc(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))HeapBlock< ElementType, throwOnFailure >
clear(size_t numElements) noexceptHeapBlock< ElementType, throwOnFailure >
free() noexceptHeapBlock< ElementType, throwOnFailure >
getData() const noexceptHeapBlock< ElementType, throwOnFailure >
HeapBlock() noexceptHeapBlock< 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) noexceptHeapBlock< ElementType, throwOnFailure >
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=(HeapBlock &&other) 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 >
Type typedefHeapBlock< ElementType, throwOnFailure >
~HeapBlock()HeapBlock< ElementType, throwOnFailure >