|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <iostream>#include <fstream>#include <time.h>#include <aleph.H>#include <tpl_binNodeUtils.H>#include <tpl_treap.H>Go to the source code of this file.
Functions | |
| unsigned long | randomLong () |
| void | print_key (TreapTreeVtl< int >::Node *node) |
| void | print_prio (TreapTreeVtl< int >::Node *node) |
| int | main (int argn, char *argc[]) |
Variables | |
| fstream * | file_ptr |
| fstream | file [12] |
| int main | ( | int | argn, |
| char * | argc[] | ||
| ) |
Definition at line 70 of file treapObs.C.
References Aleph::destroyRec(), file, file_ptr, Aleph::is_treap(), Aleph::maps(), Aleph::preOrderRec(), print_key(), print_prio(), randomLong(), and Aleph::DynList< T >::remove().
| void print_key | ( | TreapTreeVtl< int >::Node * | node | ) |
| void print_prio | ( | TreapTreeVtl< int >::Node * | node | ) |
| unsigned long randomLong | ( | ) |
| fstream file[12] |
Definition at line 67 of file treapObs.C.
Referenced by Aleph::csv_read_file(), Aleph::csv_write_file(), Aleph::SourceLocation::current(), Aleph::error(), Aleph::exit(), Log_Manager::init_line(), Aleph::load_file_contents(), Aleph::load_file_lines(), main(), Aleph::SourceLocation::previous(), CsvReaderTest::SetUp(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), Aleph::warning(), and Log_Manager::write_line().
| fstream* file_ptr |
Definition at line 50 of file treapObs.C.
Referenced by main(), print_key(), and print_prio().