libtools
Public Attributes | List of all members
list Struct Reference

node of double-linked list More...

#include <tools/list.h>

Collaboration diagram for list:
Collaboration graph
[legend]

Public Attributes

struct listprev
 pointer to previous node More...
 
struct listnext
 pointer to next node More...
 

Detailed Description

node of double-linked list

Member Data Documentation

struct list* list::next

pointer to next node

struct list* list::prev

pointer to previous node


The documentation for this struct was generated from the following file: