Code

Previously graph layout was done using the Kamada-Kawai layout algorithm
[inkscape.git] / src / libvpsc / pairingheap / dsexceptions.h
1 #ifndef DSEXCEPTIONS_H_
2 #define DSEXCEPTIONS_H_
4 class Underflow { };
5 class Overflow  { };
6 class OutOfMemory { };
7 class BadIterator { };
9 #endif