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

#include <btreepic_avl.H>

Public Member Functions

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

Public Attributes

ofstream & output
 

Detailed Description

template<class Node>
struct Inorder_Nodes< Node >

Definition at line 70 of file btreepic_avl.H.

Constructor & Destructor Documentation

◆ Inorder_Nodes()

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

Definition at line 74 of file btreepic_avl.H.

References Inorder_Nodes< Node >::output.

◆ ~Inorder_Nodes()

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

Definition at line 79 of file btreepic_avl.H.

References Inorder_Nodes< Node >::output.

Member Function Documentation

◆ operator()()

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

Definition at line 85 of file btreepic_avl.H.

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

Member Data Documentation

◆ output


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