#include <linklist.h>
Public Member Functions | |
| ListItem () | |
| virtual | ~ListItem () |
| int | get_item_number () |
Public Attributes | |
| TYPE * | previous |
| TYPE * | next |
| List< TYPE > * | owner |
Definition at line 42 of file linklist.h.
|
|||||||||
|
Definition at line 300 of file linklist.h. |
|
|||||||||
|
Definition at line 308 of file linklist.h. |
|
|||||||||
|
Definition at line 315 of file linklist.h. |
|
|||||
|
Definition at line 50 of file linklist.h. |
|
|||||
|
Definition at line 51 of file linklist.h. |
|
|||||
|
Definition at line 49 of file linklist.h. |
1.4.4