rpm  5.4.15
Data Fields
sccData_s Struct Reference
Collaboration diagram for sccData_s:
Collaboration graph
[legend]

Data Fields

int index
 
rpmtestack
 
int stackcnt
 
scc SCCs
 
int sccCnt
 

Detailed Description

Definition at line 865 of file order.c.

Field Documentation

int sccData_s::index

Definition at line 866 of file order.c.

Referenced by tarjan().

int sccData_s::sccCnt

Definition at line 874 of file order.c.

Referenced by detectSCCs(), and tarjan().

scc sccData_s::SCCs

Definition at line 873 of file order.c.

Referenced by detectSCCs(), and tarjan().

rpmte* sccData_s::stack

Definition at line 870 of file order.c.

Referenced by detectSCCs(), and tarjan().

int sccData_s::stackcnt

Definition at line 872 of file order.c.

Referenced by tarjan().


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