|
JUCE
|
Classes | |
| class | DirectoryIterator |
| This class is now deprecated in favour of RangedDirectoryIterator. More... | |
| class | File |
| Represents a local file or directory. More... | |
| struct | File::NaturalFileComparator |
| Comparator for files. More... | |
| class | FileFilter |
| Interface for deciding which files are suitable for something. More... | |
| class | FileInputStream |
| An input stream that reads from a local file. More... | |
| class | FileOutputStream |
| An output stream that writes into a local file. More... | |
| class | FileSearchPath |
| Represents a set of folders that make up a search path. More... | |
| class | MemoryMappedFile |
| Maps a file into virtual memory for easy reading and/or writing. More... | |
| class | DirectoryEntry |
| Describes the attributes of a file or folder. More... | |
| class | RangedDirectoryIterator |
| Allows iterating over files and folders using C++11 range-for syntax. More... | |
| class | TemporaryFile |
| Manages a temporary file, which will be deleted when this object is deleted. More... | |
| class | WildcardFileFilter |
| A type of FileFilter that works by wildcard pattern matching. More... | |
Functions | |
| const DirectoryEntry & | operator* (const DirectoryEntry &e) noexcept |
A convenience operator so that the expression *it++ works correctly when it is an instance of RangedDirectoryIterator. More... | |
| RangedDirectoryIterator | begin (const RangedDirectoryIterator &it) |
| Returns the iterator that was passed in. More... | |
| RangedDirectoryIterator | end (const RangedDirectoryIterator &) |
| Returns a default-constructed sentinel value. More... | |
|
noexcept |
A convenience operator so that the expression *it++ works correctly when it is an instance of RangedDirectoryIterator.
| RangedDirectoryIterator begin | ( | const RangedDirectoryIterator & | it | ) |
Returns the iterator that was passed in.
Provided for range-for compatibility.
Referenced by AudioProcessorValueTreeState::ParameterLayout::add(), universal_midi_packets::GenericUMPConverter::convert(), universal_midi_packets::ToBytestreamDispatcher::dispatch(), universal_midi_packets::Dispatcher::dispatch(), universal_midi_packets::BytestreamToUMPDispatcher::dispatch(), String::end(), MemoryBlock::end(), AudioProcessorValueTreeState::ParameterLayout::ParameterLayout(), and GenericInterpolator< InterpolatorTraits, memorySize >::reset().
| RangedDirectoryIterator end | ( | const RangedDirectoryIterator & | ) |
Returns a default-constructed sentinel value.
Provided for range-for compatibility.
Referenced by AudioProcessorValueTreeState::ParameterLayout::add(), StringArray::addArray(), universal_midi_packets::GenericUMPConverter::convert(), universal_midi_packets::ToBytestreamDispatcher::dispatch(), universal_midi_packets::Dispatcher::dispatch(), universal_midi_packets::BytestreamToUMPDispatcher::dispatch(), CharPointer_UTF16::lengthUpTo(), CharPointer_UTF32::lengthUpTo(), CharacterFunctions::lengthUpTo(), CharPointer_ASCII::lengthUpTo(), CharPointer_UTF8::lengthUpTo(), SparseSet< Type >::operator[](), AudioProcessorValueTreeState::ParameterLayout::ParameterLayout(), and GenericInterpolator< InterpolatorTraits, memorySize >::reset().