Public Member Functions

CSortedList Struct Reference

List of all members.

Public Member Functions


Detailed Description

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).


Member Function Documentation

size_t CSortedList::size (  )  const [inline]

return the size of the list

Referenced by operator<(), and SortWithLists().

Here is the caller graph for this function:

bool CSortedList::operator< ( const CSortedList X  )  const [inline]

less operator (by list size)

References size().

Here is the call graph for this function:


The documentation for this struct was generated from the following file: