CASGarbageSort_Cmp Class Reference
[SupportClassesGarbageCollection]

Sorts a vector or list by the memory address of the elements. More...

#include <casfuncobj.h>

List of all members.

Public Member Functions

bool operator() (const CASObject *o1, const CASObject *o2) const
 Function operator for sorting by memory address.


Detailed Description

Used to sort a vector or list by the memory address of the elements, thus implying that the containers store pointers.

This is used, for example, by the CASGarbage class to avoid deleting the same object twice, by sorting and unique'ing.

Definition at line 369 of file casfuncobj.h.


The documentation for this class was generated from the following files:
Generated on Sun Dec 31 01:57:30 2006 for ECAS by  doxygen 1.4.7