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

Referenced by find_prime_paths().

◆ succ

struct graph_edge * vertex::succ

Referenced by find_prime_paths().


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