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(), graphds_dfs(), and write_alias_graph_to_ascii_ecc().

void* vertex::data
int vertex::post

Referenced by graphds_dfs().

struct graph_edge* vertex::pred
struct graph_edge * vertex::succ

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