Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
testJoin.C File Reference
#include <ctime>
#include <cstdlib>
#include <cassert>
#include <iostream>
#include <aleph.H>
#include <tpl_binNodeUtils.H>
#include <tpl_binNodeXt.H>
Include dependency graph for testJoin.C:

Go to the source code of this file.

Typedefs

typedef BinNode< int > Node
 

Functions

void print_node (Node *p, int, int)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ Node

typedef BinNode<int> Node

Definition at line 39 of file testJoin.C.

Function Documentation

◆ main()

◆ print_node()

void print_node ( Node p,
int  ,
int   
)

Definition at line 41 of file testJoin.C.

References Aleph::BinNode< Key >::get_key().

Referenced by main().