Public Member Functions | |
| SCCNodeStatus (unsigned int l=0, unsigned int d=0, bool i=false) | |
Public Attributes | |
| unsigned int | lowlink |
| unsigned int | dfnumber |
| bool | inStack |
Definition at line 99 of file SCC.cpp.
| OA::LowLinkState::SCCNodeStatus::SCCNodeStatus | ( | unsigned int | l = 0, |
|
| unsigned int | d = 0, |
|||
| bool | i = false | |||
| ) | [inline] |
| unsigned int OA::LowLinkState::SCCNodeStatus::dfnumber |
Definition at line 105 of file SCC.cpp.
Referenced by OA::LowLinkState::DFNUMBER().
Definition at line 106 of file SCC.cpp.
Referenced by OA::LowLinkState::IsOnStack(), OA::LowLinkState::Pop(), and OA::LowLinkState::Push().
| unsigned int OA::LowLinkState::SCCNodeStatus::lowlink |
Definition at line 104 of file SCC.cpp.
Referenced by OA::LowLinkState::LOWLINK().
1.7.1