JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::AbstractFifo Member List

This is the complete list of members for juce::AbstractFifo, including all inherited members.

AbstractFifo(int capacity) noexceptjuce::AbstractFifo
bufferSizejuce::AbstractFifoprivate
finishedRead(int numRead) noexceptjuce::AbstractFifo
finishedWrite(int numWritten) noexceptjuce::AbstractFifo
getFreeSpace() const noexceptjuce::AbstractFifo
getNumReady() const noexceptjuce::AbstractFifo
getTotalSize() const noexceptjuce::AbstractFifo
prepareToRead(int numWanted, int &startIndex1, int &blockSize1, int &startIndex2, int &blockSize2) const noexceptjuce::AbstractFifo
prepareToWrite(int numToWrite, int &startIndex1, int &blockSize1, int &startIndex2, int &blockSize2) const noexceptjuce::AbstractFifo
read(int numToRead) noexceptjuce::AbstractFifo
ReadOrWrite enum namejuce::AbstractFifoprivate
reset() noexceptjuce::AbstractFifo
ScopedRead typedefjuce::AbstractFifo
ScopedWrite typedefjuce::AbstractFifo
setTotalSize(int newSize) noexceptjuce::AbstractFifo
validEndjuce::AbstractFifoprivate
validStartjuce::AbstractFifoprivate
write(int numToWrite) noexceptjuce::AbstractFifo