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

#include <btreepic_avl.H>

Public Member Functions

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

Public Attributes

ofstream & output
 

Detailed Description

template<class Node>
struct Inorder_Diff< Node >

Definition at line 114 of file btreepic_avl.H.

Constructor & Destructor Documentation

◆ Inorder_Diff()

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

Definition at line 118 of file btreepic_avl.H.

References Inorder_Diff< Node >::output.

◆ ~Inorder_Diff()

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

Definition at line 123 of file btreepic_avl.H.

References Inorder_Diff< Node >::output.

Member Function Documentation

◆ operator()()

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

Definition at line 129 of file btreepic_avl.H.

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

Member Data Documentation

◆ output


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