JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
juce_RangedDirectoryIterator.h File Reference

Go to the source code of this file.

Classes

class  juce::DirectoryEntry
 Describes the attributes of a file or folder. More...
 
class  juce::RangedDirectoryIterator
 Allows iterating over files and folders using C++11 range-for syntax. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Functions

const DirectoryEntryjuce::operator* (const DirectoryEntry &e) noexcept
 A convenience operator so that the expression *it++ works correctly when it is an instance of RangedDirectoryIterator.
 
RangedDirectoryIterator juce::begin (const RangedDirectoryIterator &it)
 Returns the iterator that was passed in.
 
RangedDirectoryIterator juce::end (const RangedDirectoryIterator &)
 Returns a default-constructed sentinel value.