#include <limits.h>#include <stdlib.h>#include <Basics.H>#include "Sequence.H"#include <algorithm>Include dependency graph for TestIntSeq.C:

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().
Here is the call graph for this function:

Here is the caller graph for this function:

| T Iota | ( | int | n | ) |
Definition at line 48 of file TestIntSeq.C.
References Sequence< Elem, elem_ptrfree >::addhi().
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

| int main | ( | void | ) |
Definition at line 80 of file TestIntSeq.C.
References Sequence< Elem, elem_ptrfree >::addhi(), Sequence< Elem, elem_ptrfree >::cat(), Eq(), Sequence< Elem, elem_ptrfree >::get(), Iota(), Sequence< Elem, elem_ptrfree >::put(), Sequence< Elem, elem_ptrfree >::remhi(), Sequence< Elem, elem_ptrfree >::remlo(), Rev(), Rev_Iter(), Sequence< Elem, elem_ptrfree >::size(), and Sort().
Here is the call graph for this function:

Definition at line 56 of file TestIntSeq.C.
References Sequence< Elem, elem_ptrfree >::addlo(), Sequence< Elem, elem_ptrfree >::get(), and Sequence< Elem, elem_ptrfree >::size().
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

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().
Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 65 of file TestIntSeq.C.
References Sequence< Elem, elem_ptrfree >::begin(), and Sequence< Elem, elem_ptrfree >::end().
Referenced by main().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1