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

◆ component

◆ data

◆ post

int vertex::post

◆ pred

struct graph_edge* vertex::pred

◆ succ

struct graph_edge * vertex::succ

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