#include <list.h>

Public Member Functions | |
| ListItem () | |
| ~ListItem () | |
Public Attributes | |
| T * | data |
| ListItem * | next |
| ListItem * | prev |
Definition at line 44 of file list.h.
| TBCI::ListItem< T >::ListItem | ( | ) | [inline] |
| TBCI::ListItem< T >::~ListItem | ( | ) | [inline] |
| T* TBCI::ListItem< T >::data |
Definition at line 47 of file list.h.
Referenced by TBCI::List< T >::alias(), TBCI::List< T >::dumpList(), TBCI::List< T >::erase(), TBCI::List< T >::getbynr(), TBCI::List< T >::getnr(), TBCI::List< T >::List(), TBCI::ListIterator< T >::ListIterator(), TBCI::nsList< T, S >::move_window(), TBCI::List< T >::operator=(), TBCI::nsList< T, S >::quick(), and TBCI::nsList< T, S >::sortin_r().
| ListItem* TBCI::ListItem< T >::next |
Definition at line 48 of file list.h.
Referenced by TBCI::List< T >::alias(), TBCI::List< T >::detachcurr(), TBCI::List< T >::dumpList(), TBCI::List< T >::erase(), TBCI::List< T >::getbynr(), TBCI::List< T >::getnr(), TBCI::List< T >::inscurr(), TBCI::List< T >::List(), TBCI::nsList< T, S >::move_window(), TBCI::List< T >::operator=(), TBCI::nsList< T, S >::quick(), and TBCI::nsList< T, S >::sortin_r().
| ListItem* TBCI::ListItem< T >::prev |
Definition at line 49 of file list.h.
Referenced by TBCI::List< T >::dumpList(), TBCI::List< T >::erase(), TBCI::List< T >::inscurr(), TBCI::nsList< T, S >::move_window(), TBCI::nsList< T, S >::quick(), and TBCI::nsList< T, S >::sortin_r().
1.5.6