ROSE 0.11.145.147
|
Compressed next-label list.
#include <Sawyer/Trace.h>
Public Member Functions | |
Successor (size_t end, const Label &next) | |
Public Attributes | |
size_t | end |
Label visitation sequence number. | |
Label | next |
Next label. | |
|
inline |
|
inline |
size_t Sawyer::Container::Trace< T, IndexTag >::Successor::end |
Label visitation sequence number.
Starts at zero for each label.
Definition at line 281 of file Trace.h.
Referenced by Sawyer::Container::Trace< T, IndexTag >::dump(), and Sawyer::Container::Trace< T, IndexTag >::traverse().
Label Sawyer::Container::Trace< T, IndexTag >::Successor::next |
Next label.
Definition at line 282 of file Trace.h.
Referenced by Sawyer::Container::Trace< T, IndexTag >::dump(), Sawyer::Container::Trace< T, IndexTag >::successorSet(), and Sawyer::Container::Trace< T, IndexTag >::traverse().