#include <list.h>
Public Attributes | |
Element * | element |
Pointer * | next |
Pointer * | prev |
Definition at line 19 of file list.h.
Definition at line 20 of file list.h.
Referenced by List< Element >::append(), List< Element >::erase(), and List< Element >::insert().
Definition at line 21 of file list.h.
Referenced by List< Element >::moveBehindFirst(), List< Element >::prepend(), and List< Element >::unlink().
Definition at line 21 of file list.h.
Referenced by List< Element >::append(), List< Element >::insert(), List< Element >::link(), List< Element >::moveAfterFirst(), and List< Element >::unlink().