#include <eg_edgraph.h>
Collaboration diagram for EGeDgraphNode_t:

Definition at line 55 of file eg_edgraph.h.
Data Fields | |
| EGeList_t | in_edge |
| unsigned | in_size |
| EGeList_t | node_cn |
| EGeList_t | out_edge |
| unsigned | out_size |
|
|
List head for a list of incomming edges Definition at line 57 of file eg_edgraph.h. |
|
|
Number of incomming edges Definition at line 62 of file eg_edgraph.h. |
|
|
List member of the list of all nodes in the graph, note that if this node is not (YET) in a graph, the contents are undefined Definition at line 59 of file eg_edgraph.h. |
|
|
List head for a list of outgoing edges Definition at line 58 of file eg_edgraph.h. |
|
|
Number of outgoing edges Definition at line 63 of file eg_edgraph.h. |
1.4.5