|
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 |
Comparator for files. More...
#include "juce_File.h"
Public Member Functions | |
| NaturalFileComparator (bool shouldPutFoldersFirst) noexcept | |
| int | compareElements (const File &firstFile, const File &secondFile) const |
Public Attributes | |
| bool | foldersFirst |
Comparator for files.
Definition at line 1121 of file juce_File.h.
|
noexcept |
Definition at line 1123 of file juce_File.h.
| int juce::File::NaturalFileComparator::compareElements | ( | const File & | firstFile, |
| const File & | secondFile | ||
| ) | const |
Definition at line 1125 of file juce_File.h.
| bool juce::File::NaturalFileComparator::foldersFirst |
Definition at line 1137 of file juce_File.h.