#include <LEDA/set.h>
Include dependency graph for ledaPtrSet.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DEFINE_PTR_COMPARE(T) |
|
Value: inline int compare(T* p1, T* p2) \ { \ if (p1 < p2) \ return -1; \ else if (p1 == p2) \ return 0; \ else \ return 1; \ } |