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

Functor to convert tree node to string for output. More...

Public Member Functions

string operator() (Tree_Node< int > *p)
 

Detailed Description

Functor to convert tree node to string for output.

Definition at line 180 of file generate_forest.C.

Member Function Documentation

◆ operator()()

string WriteNode::operator() ( Tree_Node< int > *  p)
inline

Definition at line 182 of file generate_forest.C.

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

Referenced by TEST_F().


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