#include <Generics.H>
#include <algorithm>
#include <iostream>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
void | init_random () |
char * | random_str () |
int | qsort_strcmp (const void *va, const void *vb) |
void | SortTest () |
int | main (int argc, char **argv) |
|
Definition at line 38 of file TestTextSeq.C. Referenced by be_client(), and main(). |
|
Definition at line 100 of file TestTextSeq.C. References init_random(), and SortTest(). |
|
Definition at line 64 of file TestTextSeq.C. Referenced by SortTest(). |
|
Definition at line 44 of file TestTextSeq.C. References NEW_PTRFREE_ARRAY. Referenced by SortTest(). |
|
Definition at line 73 of file TestTextSeq.C. References Sequence< Elem, elem_ptrfree >::addlo(), Sequence< Elem, elem_ptrfree >::begin(), Sequence< Elem, elem_ptrfree >::end(), Sequence< Elem, elem_ptrfree >::get(), NEW_ARRAY, qsort_strcmp(), and random_str(). Referenced by main(). |