Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

general/ledaPtrSet.h File Reference

#include <LEDA/set.h>

Include dependency graph for ledaPtrSet.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define DEFINE_PTR_COMPARE(T)


Define Documentation

#define DEFINE_PTR_COMPARE  
 

Value:

inline int compare(T* p1, T* p2) \
  { \
    if (p1 < p2) \
      return -1; \
    else if (p1 == p2) \
      return 0; \
    else \
      return 1; \
  }


Generated on Thu May 22 16:48:49 2003 for Sketch-it! by doxygen1.2.18