#include "basics.h"
#include <iostream>


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Classes | |
| class | TBCI::ListItem< T > |
| class | TBCI::ListIterator< T > |
| class | TBCI::ListRIterator< T > |
| class | TBCI::List< T > |
| class | TBCI::nsList< T, S > |
| A numerically sortable List. More... | |
Defines | |
| #define | NULTP (T*)0 |
| #define | EQDOUBLE = double |
Definition in file list.h.
| #define NULTP (T*)0 |
Definition at line 30 of file list.h.
Referenced by TBCI::List< T >::delcurr(), TBCI::List< T >::detachcurr(), TBCI::List< T >::getbynr(), TBCI::List< T >::getcurr(), TBCI::List< T >::getfirst(), TBCI::List< T >::getlast(), TBCI::List< T >::getnext(), TBCI::List< T >::getprev(), TBCI::List< T >::setcurrnr(), TBCI::List< T >::setfirst(), TBCI::List< T >::setlast(), TBCI::List< T >::setnext(), and TBCI::List< T >::setprev().
1.5.6