#include </home/clem/local/src/opie/noncore/apps/opie-reader/my_list.h>
Collaboration diagram for CList< T >::iterator:

Public Member Functions | |
| iterator (node *_c) | |
| iterator & | operator++ () |
| iterator & | operator++ (int) |
| T | operator * () |
| T * | operator-> () |
| T * | pContent () |
| bool | operator!= (iterator t) |
| bool | operator== (iterator t) |
Private Attributes | |
| node * | current |
|
||||||||||
|
|
|
|||||||||
|
Definition at line 165 of file my_list.h. References CList< T >::iterator::current, and CList< T >::node::data. |
|
||||||||||
|
Definition at line 177 of file my_list.h. References CList< T >::iterator::current. |
|
||||||||||
|
Definition at line 160 of file my_list.h. References CList< T >::iterator::current, and CList< T >::node::next. |
|
|||||||||
|
Definition at line 155 of file my_list.h. References CList< T >::iterator::current, and CList< T >::node::next. |
|
|||||||||
|
Definition at line 169 of file my_list.h. References CList< T >::iterator::current, and CList< T >::node::data. |
|
||||||||||
|
Definition at line 181 of file my_list.h. References CList< T >::iterator::current. |
|
|||||||||
|
Definition at line 173 of file my_list.h. References CList< T >::iterator::current, and CList< T >::node::data. |
|
|||||
|
Definition at line 152 of file my_list.h. Referenced by CList< T >::iterator::operator *(), CList< T >::iterator::operator!=(), CList< T >::iterator::operator++(), CList< T >::iterator::operator->(), CList< T >::iterator::operator==(), and CList< T >::iterator::pContent(). |
1.4.2