JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::DirectoryIterator::NativeIterator Struct Reference
Collaboration diagram for juce::DirectoryIterator::NativeIterator:

Public Member Functions

 NativeIterator (const File &directory, const String &wildCard)
 
 ~NativeIterator ()
 
bool next (String &filenameFound, bool *isDirectory, bool *isHidden, int64 *fileSize, Time *modTime, Time *creationTime, bool *isReadOnly)
 

Public Attributes

std::unique_ptr< Pimpl > pimpl
 

Constructor & Destructor Documentation

◆ NativeIterator()

juce::DirectoryIterator::NativeIterator::NativeIterator ( const File directory,
const String wildCard 
)

◆ ~NativeIterator()

juce::DirectoryIterator::NativeIterator::~NativeIterator ( )

Member Function Documentation

◆ next()

bool juce::DirectoryIterator::NativeIterator::next ( String filenameFound,
bool isDirectory,
bool isHidden,
int64 fileSize,
Time modTime,
Time creationTime,
bool isReadOnly 
)

Member Data Documentation

◆ pimpl

std::unique_ptr<Pimpl> juce::DirectoryIterator::NativeIterator::pimpl

The documentation for this struct was generated from the following file: