Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
testBinNodeXt.C File Reference
#include <ctime>
#include <cstdlib>
#include <cassert>
#include <iostream>
#include <string>
#include <aleph.H>
#include <tpl_dynArray.H>
#include <tpl_binNodeXt.H>
#include <tpl_binNodeUtils.H>
#include <tpl_binTree.H>
Include dependency graph for testBinNodeXt.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 42 of file testBinNodeXt.C.

Function Documentation

◆ main()

◆ print_key()

void print_key ( Node p,
int  ,
int   
)

Definition at line 50 of file testBinNodeXt.C.

◆ print_node()

void print_node ( Node p,
int  ,
int   
)

Definition at line 44 of file testBinNodeXt.C.

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

Referenced by main().