|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <cstdlib>#include <ctime>#include <iostream>#include <string>#include <fstream>#include <aleph.H>#include <tpl_rb_tree.H>#include <tpl_binNodeUtils.H>#include <cassert>Go to the source code of this file.
Functions | |
| static void | print_key (const Rb_Tree< int >::Node *p, int, int) |
| static void | print_color (const Rb_Tree< int >::Node *p, int, int pos) |
| static void | print_key_ex (const Rb_Tree< int >::Node *p, int, int) |
| static void | print_color_ex (const Rb_Tree< int >::Node *p, int, int pos) |
| int | main (int argc, char *argv[]) |
Variables | |
| ofstream | output |
| ofstream | file |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 74 of file writeRb.C.
References Aleph::destroyRec(), Aleph::divide_and_conquer_partition_dp(), file, Aleph::Gen_Rb_Tree< NodeType, Key, Compare >::getRoot(), Aleph::Gen_Rb_Tree< NodeType, Key, Compare >::insert(), is_red_black(), output, print_color(), print_color_ex(), print_key(), print_key_ex(), and Aleph::Gen_Rb_Tree< NodeType, Key, Compare >::search().
| ofstream file |
Definition at line 46 of file writeRb.C.
Referenced by Aleph::csv_read_file(), Aleph::csv_write_file(), Aleph::SourceLocation::current(), Aleph::error(), Aleph::exit(), export_csv(), export_csv(), Log_Manager::init_line(), Aleph::load_file_contents(), Aleph::load_file_lines(), main(), main(), Aleph::SourceLocation::previous(), print_color(), print_key(), print_key(), CsvReaderTest::SetUp(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), Aleph::warning(), and Log_Manager::write_line().
| ofstream output |
Definition at line 43 of file writeRb.C.
Referenced by main(), print_color_ex(), and print_key_ex().