#include <Basics.H>#include "Table.H"#include "IntKey.H"#include "Generics.H"Include dependency graph for TestIntTbl.C:

Go to the source code of this file.
Functions | |
| void | RunTest (IntIntTbl &tbl, Word numEntries) throw () |
| int | main () |
Variables | |
| const Word | Factor = 2 |
| const Word | MinEntries = 10 |
| const Word | MaxEntries = 10000 |
| int main | ( | void | ) |
Definition at line 87 of file TestIntTbl.C.
References Factor, Table< K, V >::Default::Init(), MaxEntries, MinEntries, and RunTest().
Here is the call graph for this function:

Definition at line 33 of file TestIntTbl.C.
References NEW_PTRFREE_ARRAY, Table< K, V >::Iterator::Next(), and Table< K, V >::Iterator::Reset().
Here is the call graph for this function:

Definition at line 29 of file TestIntTbl.C.
| const Word MaxEntries = 10000 |
Definition at line 31 of file TestIntTbl.C.
| const Word MinEntries = 10 |
Definition at line 30 of file TestIntTbl.C.
1.5.1