JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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