|
Xonotic
|
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can exist at one time freed entities must be removed from the list
More...
Inheritance diagram for IntrusiveList:
Collaboration diagram for IntrusiveList:Public Member Functions | |
| IntrusiveList ::~ IntrusiveList () | |
| ATTRIB (IntrusiveList, il_head, entity) | |
| ATTRIB (IntrusiveList, il_tail, entity) | |
| IntrusiveList ::IntrusiveList () | |
Public Attributes | |
| entity | il_nextfld = nil |
| entity | il_prevfld = nil |
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can exist at one time freed entities must be removed from the list
Definition at line 25 of file intrusivelist.qh.
|
inline |
| IntrusiveList::ATTRIB | ( | IntrusiveList | , |
| il_head | , | ||
| entity | |||
| ) |
| IntrusiveList::ATTRIB | ( | IntrusiveList | , |
| il_tail | , | ||
| entity | |||
| ) |
|
inline |
Definition at line 30 of file intrusivelist.qh.
References IL_INIT().
Here is the call graph for this function:| entity IntrusiveList::il_nextfld = nil |
Definition at line 28 of file intrusivelist.qh.
Referenced by IL_ENDFRAME().
| entity IntrusiveList::il_prevfld = nil |
Definition at line 29 of file intrusivelist.qh.