ddc
Public Member Functions | List of all members
CSortedList Struct Reference
Inheritance diagram for CSortedList:
Inheritance graph
[legend]
Collaboration diagram for CSortedList:
Collaboration graph
[legend]

Public Member Functions

size_t size () const
 return the size of the list More...
 
bool operator< (const CSortedList &X) const
 less operator (by list size) More...
 

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

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:

◆ operator<()

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: