Represents a sorting strategy. More...
Public Attributes | |
const char * | name |
Name of the sorting strategy. | |
CompareFunction | compareFunction |
compare function to use for the sorting strategy | |
Represents a sorting strategy.
Definition at line 84 of file Strategy_SortStrategy.c.
CompareFunction compareFunction |
compare function to use for the sorting strategy
Definition at line 87 of file Strategy_SortStrategy.c.
Referenced by SortStrategy_Initialize().
const char* name |
Name of the sorting strategy.
Definition at line 86 of file Strategy_SortStrategy.c.
Referenced by SortStrategy_Initialize().