JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_RangedDirectoryIterator.h File Reference
This graph shows which files directly or indirectly include 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

 juce
 

Functions

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