openshot-audio  0.1.2
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
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
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==(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
Type typedefHeapBlock< ElementType, throwOnFailure >
~HeapBlock()HeapBlock< ElementType, throwOnFailure >inline