JUCE
juce::HeapBlock< ElementType, throwOnFailure > Member List

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

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