spot
1.2.1a
|
Public Attributes | |
int | lowlink |
The lowlink. More... | |
bool | backedge_updated |
Wether it has been updated. More... | |
union { | |
int range | |
Range when backedge_updated is false. More... | |
markset * mark | |
Markset otherwise. More... | |
}; | |
bool spot::compressed_stack_of_lowlink::ll_elt::backedge_updated |
Wether it has been updated.
int spot::compressed_stack_of_lowlink::ll_elt::lowlink |
The lowlink.
markset* spot::compressed_stack_of_lowlink::ll_elt::mark |
Markset otherwise.
int spot::compressed_stack_of_lowlink::ll_elt::range |
Range when backedge_updated is false.