JUCE  v5.1.1-3-g1a0b28c73
JUCE API
File::NaturalFileComparator Struct Reference

#include <juce_File.h>

Collaboration diagram for File::NaturalFileComparator:

Public Member Functions

 NaturalFileComparator (bool shouldPutFoldersFirst) noexcept
 
int compareElements (const File &firstFile, const File &secondFile) const
 

Public Attributes

bool foldersFirst
 

Constructor & Destructor Documentation

◆ NaturalFileComparator()

File::NaturalFileComparator::NaturalFileComparator ( bool  shouldPutFoldersFirst)
inlinenoexcept

Member Function Documentation

◆ compareElements()

int File::NaturalFileComparator::compareElements ( const File firstFile,
const File secondFile 
) const
inline

Member Data Documentation

◆ foldersFirst

bool File::NaturalFileComparator::foldersFirst

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