Public Attributes | |
| List * | Next |
| List * | Prev |
| void * | Data |
|
|
Definition at line 148 of file list.c. Referenced by List_AddHead(), List_AddTail(), List_Create(), List_CutHead(), List_CutTail(), List_Find(), List_NodeData(), List_PeekHead(), and List_PeekTail(). |
|
|
Definition at line 147 of file list.c. Referenced by List_AddHead(), List_AddTail(), List_Create(), List_CutHead(), List_CutNode(), List_CutTail(), List_Destroy(), List_Find(), List_Next(), and List_PeekHead(). |
|
|
Definition at line 147 of file list.c. Referenced by List_AddHead(), List_AddTail(), List_Create(), List_CutHead(), List_CutNode(), List_CutTail(), List_PeekTail(), and List_Prev(). |
1.3.2