GCC Middle and Back End API Reference
ana::strongly_connected_components::per_node_data Struct Reference

Public Member Functions

 per_node_data ()
 

Data Fields

int m_index
 
int m_lowlink
 
bool m_on_stack
 

Constructor & Destructor Documentation

◆ per_node_data()

ana::strongly_connected_components::per_node_data::per_node_data ( )
inline

Field Documentation

◆ m_index

int ana::strongly_connected_components::per_node_data::m_index

◆ m_lowlink

int ana::strongly_connected_components::per_node_data::m_lowlink

◆ m_on_stack

bool ana::strongly_connected_components::per_node_data::m_on_stack

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