#include <List.h>
Public Member Functions | |
void | init (const List< T > *l) |
void | initLast (const List< T > *l) |
void | init (ListItem< T > *t) |
void | init (const OrderedList< T > *l) |
void | initLast (const OrderedList< T > *l) |
T * | get () |
int | next () |
int | prev () |
int | isNext () |
int | isPrev () |
ListItem< T > * | get_cursor () |
ListCursor () | |
ListCursor (const List< T > *l) | |
ListCursor (const ListCursor< T > &c) | |
Protected Attributes | |
ListItem< T > * | cursor |
ListCursor< T >::ListCursor | ( | ) | [inline] |
ListCursor< T >::ListCursor | ( | const List< T > * | l | ) | [inline] |
ListCursor< T >::ListCursor | ( | const ListCursor< T > & | c | ) | [inline] |
void ListCursor< T >::init | ( | const List< T > * | l | ) | [inline] |
void ListCursor< T >::initLast | ( | const List< T > * | l | ) | [inline] |
void ListCursor< T >::init | ( | ListItem< T > * | t | ) | [inline] |
void ListCursor< T >::init | ( | const OrderedList< T > * | l | ) | [inline] |
void ListCursor< T >::initLast | ( | const OrderedList< T > * | l | ) | [inline] |
T* ListCursor< T >::get | ( | ) | [inline] |
int ListCursor< T >::next | ( | ) | [inline] |
int ListCursor< T >::prev | ( | ) | [inline] |
int ListCursor< T >::isNext | ( | ) | [inline] |
int ListCursor< T >::isPrev | ( | ) | [inline] |
ListItem<T>* ListCursor< T >::get_cursor | ( | ) | [inline] |
ListItem<T>* ListCursor< T >::cursor [protected] |