LMMS
Loading...
Searching...
No Matches
juce::DirectoryIterator::NativeIterator Struct Reference

Classes

class  Pimpl

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< Pimplpimpl

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 files: