|
TBCI Numerical high perf. C++ Library
2.8.0
|
Implements the class TBCI::list. More...
#include "tbci/basics.h"#include <iostream>
Go to the source code of this file.
Classes | |
| class | ListItem< T > |
| class | List< T > |
| class | ListIterator< T > |
| class | ListRIterator< T > |
| class | List< T > |
| class | nsList< T, S > |
| A numerically sortable List. More... | |
Macros | |
| #define | NULTP (T*)0 |
| #define | STD__ std:: |
| #define | EQDOUBLE = double |
Implements the class TBCI::list.
Definition in file list.h.
| #define NULTP (T*)0 |
Definition at line 30 of file list.h.
Referenced by List< T >::delcurr(), List< T >::detachcurr(), List< T >::getbynr(), List< T >::getcurr(), List< T >::getfirst(), List< T >::getlast(), List< T >::getnext(), List< T >::getprev(), List< T >::setcurrnr(), List< T >::setfirst(), List< T >::setlast(), List< T >::setnext(), and List< T >::setprev().
| #define STD__ std:: |
Definition at line 33 of file list.h.
Referenced by List< T >::deltree(), and nsList< T, S >::sortin_r().
1.8.5