Vital
Loading...
Searching...
No Matches
ContentList::SelectedComparator Class Reference

Comparator for sorting by whether a file is selected or not. More...

#include <bank_exporter.h>

Public Member Functions

 SelectedComparator (std::set< std::string > selected, bool ascending)
 
bool isSelected (const File &file)
 
int compareElements (const File &first, const File &second)
 

Detailed Description

Comparator for sorting by whether a file is selected or not.

Constructor & Destructor Documentation

◆ SelectedComparator()

ContentList::SelectedComparator::SelectedComparator ( std::set< std::string > selected,
bool ascending )
inline

Member Function Documentation

◆ compareElements()

int ContentList::SelectedComparator::compareElements ( const File & first,
const File & second )
inline

◆ isSelected()

bool ContentList::SelectedComparator::isSelected ( const File & file)
inline

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