CSortedList is a structure, which contains two integer references (to the begin and to the end of a list) The class provides a less operator (less by list size).
size_t CSortedList::size | ( | ) | const [inline] |
return the size of the list
Referenced by operator<(), and SortWithLists().
bool CSortedList::operator< | ( | const CSortedList & | X | ) | const [inline] |