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
 
voiddata
 

Detailed Description

Structure representing vertex of a graph.   

Field Documentation

◆ component

int vertex::component

◆ data

void* vertex::data

◆ post

int vertex::post

◆ pred

◆ succ


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