MySQL 9.0.0
Source Code Documentation
tarjan_scc_state Struct Reference

Public Member Functions

 tarjan_scc_state ()
 
void clear ()
 

Public Attributes

int m_index
 
int m_low_index
 
bool m_on_stack
 
int m_scc_number
 Track which node is part of which SCC. More...
 
int m_scc_girth
 Cycle girth for this node. More...
 

Constructor & Destructor Documentation

◆ tarjan_scc_state()

tarjan_scc_state::tarjan_scc_state ( )
inline

Member Function Documentation

◆ clear()

void tarjan_scc_state::clear ( )
inline

Member Data Documentation

◆ m_index

int tarjan_scc_state::m_index

◆ m_low_index

int tarjan_scc_state::m_low_index

◆ m_on_stack

bool tarjan_scc_state::m_on_stack

◆ m_scc_girth

int tarjan_scc_state::m_scc_girth

Cycle girth for this node.

◆ m_scc_number

int tarjan_scc_state::m_scc_number

Track which node is part of which SCC.


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