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

#include <btreepic_avl.H>

Public Member Functions

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

Public Attributes

ofstream & output
 

Detailed Description

template<class Node, class Key>
struct Inorder_Keys< Node, Key >

Definition at line 92 of file btreepic_avl.H.

Constructor & Destructor Documentation

◆ Inorder_Keys()

template<class Node , class Key >
Inorder_Keys< Node, Key >::Inorder_Keys ( ofstream &  out)
inline

Definition at line 96 of file btreepic_avl.H.

References Inorder_Keys< Node, Key >::output.

◆ ~Inorder_Keys()

template<class Node , class Key >
Inorder_Keys< Node, Key >::~Inorder_Keys ( )
inline

Definition at line 101 of file btreepic_avl.H.

References Inorder_Keys< Node, Key >::output.

Member Function Documentation

◆ operator()()

template<class Node , class Key >
void Inorder_Keys< Node, Key >::operator() ( Node p)
inline

Definition at line 107 of file btreepic_avl.H.

References KEY, and Inorder_Keys< Node, Key >::output.

Member Data Documentation

◆ output


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