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

Writer that outputs only the node key. 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 only the node key.

Outputs a single character representing the node identifier.

Definition at line 119 of file generate_df_tree.H.

Member Function Documentation

◆ operator()()

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

Definition at line 123 of file generate_df_tree.H.

References Aleph::Tree_Node< T >::get_key().

Member Data Documentation

◆ Buf_Size

const size_t Write_Node::Buf_Size = 512
static

Definition at line 121 of file generate_df_tree.H.


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