#include <sccstack.hh>
Public Types | |
typedef std::stack< connected_component > | stack_type |
Public Member Functions | |
void | push (int index) |
Stack a new SCC with index index. | |
connected_component & | top () |
Access the top SCC. | |
void | pop () |
Pop the top SCC. | |
size_t | size () const |
How many SCC are in stack. | |
bool | empty () const |
Is the stack empty? | |
Public Attributes | |
stack_type | s |
|
|
|
Is the stack empty?
|
|
Pop the top SCC.
|
|
Stack a new SCC with index index.
|
|
How many SCC are in stack.
|
|
Access the top SCC.
|
|
|