#include <stdlib.h>#include "Riostream.h"#include "TString.h"#include "TObjString.h"#include "TSortedList.h"#include "TObjArray.h"#include "TOrdCollection.h"#include "THashTable.h"#include "TBtree.h"#include "TStopwatch.h"Go to the source code of this file.
Classes | |
| class | TObjNum |
Functions | |
| void | Test_TObjArray () |
| void | Test_TOrdCollection () |
| void | Test_TList () |
| void | Test_TSortedList () |
| void | Test_THashTable () |
| void | Test_TBtree () |
| int | tcollex () |
| int | main () |
| int main | ( | void | ) |
| int tcollex | ( | ) |
Definition at line 379 of file tcollex.cxx.
References Test_TBtree(), Test_THashTable(), Test_TList(), Test_TObjArray(), Test_TOrdCollection(), and Test_TSortedList().
Referenced by main().
| void Test_TBtree | ( | ) |
Definition at line 328 of file tcollex.cxx.
References i, kIterBackward, l, TStopwatch::Print(), Printf(), TStopwatch::Start(), and timer.
Referenced by tcollex().
| void Test_THashTable | ( | ) |
Definition at line 283 of file tcollex.cxx.
References THashTable::Add(), THashTable::AverageCollisions(), TCollection::Capacity(), THashTable::Delete(), THashTable::GetSize(), i, Printf(), and THashTable::Rehash().
Referenced by tcollex().
| void Test_TList | ( | ) |
Definition at line 204 of file tcollex.cxx.
References kIterBackward, l, and Printf().
Referenced by tcollex().
| void Test_TObjArray | ( | ) |
Definition at line 46 of file tcollex.cxx.
References a, i, kIterBackward, Printf(), and TIter::Reset().
Referenced by tcollex().
| void Test_TOrdCollection | ( | ) |
Definition at line 137 of file tcollex.cxx.
References c, kIterBackward, Printf(), and TObjString::String().
Referenced by tcollex().
| void Test_TSortedList | ( | ) |
Definition at line 253 of file tcollex.cxx.
References TSortedList::Add(), TSortedList::AddAfter(), TSortedList::AddBefore(), TSortedList::AddFirst(), TList::Delete(), TCollection::Print(), and Printf().
Referenced by tcollex().
1.5.1