#include <List.h>
Public Member Functions | |
| void | init (OidList< T > *l) |
| void | initLast (OidList< T > *l) |
| T * | get () |
| T * | get_next () |
| T * | get_prev () |
| int | next () |
| int | prev () |
| int | lookup (Oidx *oidptr) |
| OidListCursor () | |
| OidListCursor (OidList< T > *l) | |
| OidListCursor (const OidListCursor< T > &c) | |
Protected Attributes | |
| Pix | cursor |
| OidList< T > * | list |
| OidListCursor< T >::OidListCursor | ( | ) | [inline] |
| OidListCursor< T >::OidListCursor | ( | OidList< T > * | l | ) | [inline] |
| OidListCursor< T >::OidListCursor | ( | const OidListCursor< T > & | c | ) | [inline] |
| void OidListCursor< T >::init | ( | OidList< T > * | l | ) | [inline] |
| void OidListCursor< T >::initLast | ( | OidList< T > * | l | ) | [inline] |
| T* OidListCursor< T >::get | ( | ) | [inline] |
| T* OidListCursor< T >::get_next | ( | ) | [inline] |
| T* OidListCursor< T >::get_prev | ( | ) | [inline] |
| int OidListCursor< T >::next | ( | ) | [inline] |
| int OidListCursor< T >::prev | ( | ) | [inline] |
| int OidListCursor< T >::lookup | ( | Oidx * | oidptr | ) | [inline] |
Pix OidListCursor< T >::cursor [protected] |
OidList<T>* OidListCursor< T >::list [protected] |
1.5.6