|
LMMS
|
#include <ElementComparator.h>
Public Member Functions | |
| SortFunctionConverter (ElementComparator &e) | |
| template<typename Type> | |
| bool | operator() (Type a, Type b) |
Private Member Functions | |
| SortFunctionConverter & | operator= (const SortFunctionConverter &) WATER_DELETED_FUNCTION |
Private Attributes | |
| ElementComparator & | comparator |
This is an internal helper class which converts an ElementComparator style class (using a "compareElements" method) into a class that's compatible with std::sort (i.e. using an operator() to compare the elements)
|
inline |
|
inline |
|
private |
|
private |