Bidirectional links for edges and anchors in nodes of view-value graph. More...
#include <view-val-graph.hh>
Public Member Functions | |
BiLink (void) | |
Initialize as empty (self referenced) | |
BiLink * | prev (void) const |
Return previous element. | |
BiLink * | next (void) const |
Return next element. | |
void | prev (BiLink *l) |
Set previous element to l. | |
void | next (BiLink *l) |
Set next element to l. | |
void | add (BiLink *l) |
Add l after this element. | |
void | unlink (void) |
Unlink this element. | |
void | mark (void) |
Mark element (invalidates next element pointer) | |
bool | marked (void) const |
Whether element is marked. | |
bool | empty (void) const |
Whether element has no previous and next element. | |
Bidirectional links for edges and anchors in nodes of view-value graph.
Definition at line 74 of file view-val-graph.hh.
|
inline |
Initialize as empty (self referenced)
Definition at line 37 of file bi-link.hpp.
|
inline |
Return previous element.
Definition at line 42 of file bi-link.hpp.
|
inline |
Return next element.
Definition at line 46 of file bi-link.hpp.
|
inline |
Set previous element to l.
Definition at line 50 of file bi-link.hpp.
|
inline |
Set next element to l.
Definition at line 54 of file bi-link.hpp.
|
inline |
Add l after this element.
Definition at line 59 of file bi-link.hpp.
|
inline |
Unlink this element.
Definition at line 64 of file bi-link.hpp.
|
inline |
Mark element (invalidates next element pointer)
Definition at line 70 of file bi-link.hpp.
|
inline |
Whether element is marked.
Definition at line 74 of file bi-link.hpp.
|
inline |
Whether element has no previous and next element.
Definition at line 78 of file bi-link.hpp.