| DataSet.cpp | |
| Functions | |
| CompareEntriesLess | Global ‘less’ compare function for data entries by their values. |
| CompareEntriesGreater | Global ‘greater’ compare function for data entries by their values. |
| CompareGroupsLess | Global ‘less’ compare function for data groups by their summed values. |
| CompareGroupsGreater | Global ‘greater’ compare function for data groups by their summed values. |
bool CompareEntriesLess( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘less’ compare function for data entries by their values.
| pFirstEntry | The first data entry to be compared. |
| pSecondEntry | The second data entry to be compared. |
A boolean value indicating if the first entry’s value is smaller than the second entry’s.
bool CompareEntriesGreater( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
| pFirstEntry | The first data entry to be compared. |
| pSecondEntry | The second data entry to be compared. |
A boolean value indicating if the first entry’s value is greater than the second entry’s.
bool CompareGroupsLess( DataGroup * pFirstGroup, DataGroup * pSecondGroup )
Global ‘less’ compare function for data groups by their summed values.
| pFirstGroup | The first data group to be compared. |
| pSecondGroup | The second data group to be compared. |
A boolean value indicating if the first group’s summed value is smaller than the second group’s.
bool CompareGroupsGreater( DataGroup * pFirstGroup, DataGroup * pSecondGroup )
Global ‘greater’ compare function for data groups by their summed values.
| pFirstGroup | The first data group to be compared. |
| pSecondGroup | The second data group to be compared. |
A boolean value indicating if the first group’s summed value is greater than the second group’s.
Global ‘less’ compare function for data entries by their values.
bool CompareEntriesLess( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘greater’ compare function for data entries by their values.
bool CompareEntriesGreater( DataEntry * pFirstEntry, DataEntry * pSecondEntry )
Global ‘less’ compare function for data groups by their summed values.
bool CompareGroupsLess( DataGroup * pFirstGroup, DataGroup * pSecondGroup )
Global ‘greater’ compare function for data groups by their summed values.
bool CompareGroupsGreater( DataGroup * pFirstGroup, DataGroup * pSecondGroup )