HW04
Source codes for forth assignment
Data Fields
edge Struct Reference

Representation of an edge. More...

#include <graph.h>

Data Fields

Nodedestination
 Pointer to destination node of this edge. More...
 
int mindelay
 Minimum delay of this edge. More...
 

Detailed Description

Representation of an edge.

Since this is a simple struct (and not a type), direct access to its members is possible. However, make sure not to change the values.

Definition at line 33 of file graph.h.

Field Documentation

Node* edge::destination

Pointer to destination node of this edge.

Definition at line 35 of file graph.h.

int edge::mindelay

Minimum delay of this edge.

Definition at line 37 of file graph.h.


The documentation for this struct was generated from the following file: