#include <listnode.h>
Public Attributes | |
| void * | data |
| void(* | delete )(void *) |
| ListNode * | next |
| ListNode * | prev |
|
|
The data. |
|
|
Function pointer for data's delete() method. |
|
|
Pointer to the next ListNode in list. |
|
|
Pointer to the previous ListNode in list. |
1.3.4