KLinkedList: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Neobrain (talk | contribs)
mNo edit summary
Line 14: Line 14:
|-
|-
| 0x4
| 0x4
| KLinkedListNode*
| [[KLinkedListNode]]*
| Pointer to first KLinkedListNode in the list of objects
| Pointer to first KLinkedListNode in the list of objects
|-
|-
| 0x8
| 0x8
| KLinkedListNode*
| [[KLinkedListNode]]*
| Pointer to last KLinkedListNode in the list of objects
| Pointer to last KLinkedListNode in the list of objects
|}
|}