#include <limits.h>
#include <stdlib.h>
#include <Basics.H>
#include "Sequence.H"
#include <algorithm>
Go to the source code of this file.
Typedefs | |
typedef Sequence< int > | T |
Functions | |
bool | Eq (const T &s, const T &t) |
T | Iota (int n) |
T | Rev (const T &s) |
T | Sort (const T &s) |
T | Rev_Iter (T &s) |
int | main () |
|
Definition at line 34 of file TestIntSeq.C. |
|
Definition at line 39 of file TestIntSeq.C. References Sequence< Elem, elem_ptrfree >::get(), and Sequence< Elem, elem_ptrfree >::size(). Referenced by main(). |
|
Definition at line 48 of file TestIntSeq.C. References Sequence< Elem, elem_ptrfree >::addhi(). Referenced by main(). |
|
|
Definition at line 56 of file TestIntSeq.C. References Sequence< Elem, elem_ptrfree >::addlo(). Referenced by main(). |
|
Definition at line 72 of file TestIntSeq.C. References Sequence< Elem, elem_ptrfree >::addlo(), Sequence< Elem, elem_ptrfree >::begin(), Sequence< Elem, elem_ptrfree >::end(), and Sequence< Elem, elem_ptrfree >::size(). Referenced by main(). |
|
Definition at line 65 of file TestIntSeq.C. References Sequence< Elem, elem_ptrfree >::begin(), and Sequence< Elem, elem_ptrfree >::end(). Referenced by main(). |