
Public Member Functions | |
| node (T _data, node *_next=NULL) | |
| node () | |
Public Attributes | |
| T | data |
| node * | next |
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
|||||
|
Definition at line 13 of file my_list.h. Referenced by CList< Bkmk >::first(), CList< Bkmk >::last(), CList< T >::iterator::operator *(), CList< T >::iterator::operator->(), CList< T >::iterator::pContent(), and CList< Bkmk >::pop(). |
|
|||||
|
Definition at line 14 of file my_list.h. Referenced by CList< Bkmk >::erase(), CList< T >::iterator::operator++(), CList< Bkmk >::pop(), CList< Bkmk >::push_back(), and CList< Bkmk >::~CList(). |
1.4.2