MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / SortState

Method SortState

src/FolderData.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 std::string description;
22
23 SortState(ComparisonFunction & sortFunction, bool sortAscending, const std::string & sortDescription) : comparisonFunction(sortFunction), ascending(sortAscending), description(sortDescription) {}
24 };
25
26private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected