Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Preorder_Nodes< Node > Struct Template Reference

#include <btreepic_avl.H>

Public Member Functions

 Preorder_Nodes (ofstream &out)
 
 ~Preorder_Nodes ()
 
void operator() (Node *p)
 

Public Attributes

ofstream & output
 

Detailed Description

template<class Node>
struct Preorder_Nodes< Node >

Definition at line 47 of file btreepic_avl.H.

Constructor & Destructor Documentation

◆ Preorder_Nodes()

template<class Node >
Preorder_Nodes< Node >::Preorder_Nodes ( ofstream &  out)
inline

Definition at line 51 of file btreepic_avl.H.

References Preorder_Nodes< Node >::output.

◆ ~Preorder_Nodes()

template<class Node >
Preorder_Nodes< Node >::~Preorder_Nodes ( )
inline

Definition at line 57 of file btreepic_avl.H.

References Preorder_Nodes< Node >::output.

Member Function Documentation

◆ operator()()

template<class Node >
void Preorder_Nodes< Node >::operator() ( Node p)
inline

Definition at line 63 of file btreepic_avl.H.

References Aleph::maps(), and Preorder_Nodes< Node >::output.

Member Data Documentation

◆ output


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