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

Go to the source code of this file.

Typedefs

typedef BinNodeXt< int > Node
 

Functions

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

Typedef Documentation

◆ Node

typedef BinNodeXt<int> Node

Definition at line 41 of file testBalance.C.

Function Documentation

◆ main()

◆ print_key()

void print_key ( Node p,
int  ,
int   
)

Definition at line 49 of file testBalance.C.

Referenced by main().

◆ print_node()

void print_node ( Node p,
int  ,
int   
)

Definition at line 43 of file testBalance.C.

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