Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Write_Low Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

std::string Write_Low::operator() ( Tree_Node< Clave > *  p)
inline

Definition at line 159 of file generate_df_tree.H.

References Buf_Size, Aleph::Tree_Node< T >::get_key(), and Aleph::maps().

Member Data Documentation

◆ Buf_Size

const size_t Write_Low::Buf_Size = 512
static

Definition at line 157 of file generate_df_tree.H.

Referenced by operator()().


The documentation for this struct was generated from the following file: