|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Writer that outputs node key, DFS number, and low-link value. More...
#include <generate_df_tree.H>
Public Member Functions | |
| std::string | operator() (Tree_Node< Clave > *p) |
Static Public Attributes | |
| static const size_t | Buf_Size = 512 |
Writer that outputs node key, DFS number, and low-link value.
Outputs format: key,df,low Example: "A,3,1" for node A with df=3 and low=1. If low is negative (undefined), outputs "-" instead.
Definition at line 155 of file generate_df_tree.H.
Definition at line 159 of file generate_df_tree.H.
References Buf_Size, Aleph::Tree_Node< T >::get_key(), and Aleph::maps().
Definition at line 157 of file generate_df_tree.H.
Referenced by operator()().