#include <List.h>
Collaboration diagram for ListNode< T >:

Public Member Functions | |
| ListNode (T *e=NULL, ListNode *n=NULL, ListNode *p=NULL) | |
Data Fields | |
| T * | element |
| ListNode * | next |
| ListNode * | prev |
|
||||||||||||||||||||
|
Definition at line 36 of file List.h.
|
|
|||||
|
Definition at line 32 of file List.h. Referenced by List< T >::delete_list(), List< T >::get_nth(), List< T >::operator=(), and List< T >::remove(). |
|
|||||
|
Definition at line 33 of file List.h. Referenced by List< T >::delete_list(), List< T >::get_nth(), List< T >::insert_first(), List< T >::insert_last(), List< Shape >::is_empty(), List< T >::number_of_elements(), List< T >::operator=(), List< T >::print_list(), and List< T >::remove(). |
|
|||||
|
Definition at line 34 of file List.h. Referenced by List< T >::delete_list(), List< T >::insert_first(), List< T >::insert_last(), and List< T >::remove(). |
1.3.9.1