GCC Middle and Back End API Reference
vertex Struct Reference

#include <graphds.h>

Collaboration diagram for vertex:

Data Fields

struct graph_edgepred
struct graph_edgesucc
int component
int post
void * data

Detailed Description

Structure representing vertex of a graph.


Field Documentation

int vertex::component

Lists of predecessors and successors.

Referenced by dump_graph(), and graphds_dfs().

void* vertex::data
int vertex::post

Referenced by graphds_dfs().

struct graph_edge* vertex::pred

Referenced by dump_graph().

struct graph_edge * vertex::succ

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