JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
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 >inline
AllowConversion typedefjuce::HeapBlock< ElementType, throwOnFailure >private
calloc(SizeType newNumElements, const size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
callocWrapper(size_t num, size_t size)juce::HeapBlock< ElementType, throwOnFailure >inlineprivatestatic
clear(SizeType numElements) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
datajuce::HeapBlock< ElementType, throwOnFailure >private
free() noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
get() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
getData() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlockjuce::HeapBlock< ElementType, throwOnFailure >friend
HeapBlock() noexcept=defaultjuce::HeapBlock< ElementType, throwOnFailure >
HeapBlock(SizeType numElements)juce::HeapBlock< ElementType, throwOnFailure >inlineexplicit
HeapBlock(SizeType numElements, bool initialiseToZero)juce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock(HeapBlock &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
HeapBlock(HeapBlock< OtherElementType, otherThrowOnFailure > &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
malloc(SizeType newNumElements, size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
mallocWrapper(size_t size)juce::HeapBlock< ElementType, throwOnFailure >inlineprivatestatic
operator const void *() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator ElementType *() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator void *() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator!=(const ElementType *otherPointer) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator+(IndexType index) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator->() const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator=(HeapBlock &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator=(HeapBlock< OtherElementType, otherThrowOnFailure > &&other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator==(const ElementType *otherPointer) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
operator[](IndexType index) const noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
realloc(SizeType newNumElements, size_t elementSize=sizeof(ElementType))juce::HeapBlock< ElementType, throwOnFailure >inline
reallocWrapper(void *ptr, size_t newSize)juce::HeapBlock< ElementType, throwOnFailure >inlineprivatestatic
swapWith(HeapBlock< ElementType, otherBlockThrows > &other) noexceptjuce::HeapBlock< ElementType, throwOnFailure >inline
Type typedefjuce::HeapBlock< ElementType, throwOnFailure >
wrapper(size_t size, Functor &&f)juce::HeapBlock< ElementType, throwOnFailure >inlineprivatestatic
~HeapBlock()juce::HeapBlock< ElementType, throwOnFailure >inline