#include <lego.H>#include <assert.h>Go to the source code of this file.
Compounds | |
| class | CFG |
| class | Node |
| class | Node_List |
Defines | |
| #define | ExitNodeId -2 |
| #define | ExitToEntryEdgeId -2 |
| #define | LastToExitEdgeId -3 |
Enumerations | |
| enum | Color { WHITE = 0, GRAY, BLACK } |
| enum | Edge_Type { ET_UNDEFINED = 0, ET_TREE, ET_BACK, ET_FORWARD, ET_CROSS, ET_NEW, ET_SELFLOOP } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2