#include <list.h>
Inherited by List< LayerClass * >, List< RefCountNodeClass * >, List< DataNode< T > * >, List< INISection * >, List< INIEntry * >, BinIDItem, BinItem, DupNode, and List< T >.
Public Member Functions | |
| ListNode (void) | |
| void | Append (ListNode *node) |
| void | Prepend (ListNode *node) |
| void | Link (ListNode *node) |
| void | Remove (void) |
| ListNode * | Next (void) |
| ListNode * | Prev (void) |
| ListNode * | NextLoop (void) |
| ListNode * | PrevLoop (void) |
| void * | Item (void) |
| void | SetItem (void *item) |
| int | InList (void) |
| int | IsHead (void) |
| int | Priority (void) |
| void | SetPriority (int new_pri) |
Protected Attributes | |
| void * | item |