libcstl
Loading...
Searching...
No Matches
cstl_dlist_node Struct Reference

Node to anchor an element within a list. More...

#include <dlist.h>

Detailed Description

Node to anchor an element within a list.

Users of the list object declare this object within another object as follows:

struct object {
...
struct cstl_dlist_node node;
...
};
Node to anchor an element within a list.
Definition dlist.h:46

When calling cstl_dlist_init(), the caller passes the offset of node within their object as the off parameter of that function, e.g.

offsetof(struct object, node)

Definition at line 45 of file dlist.h.


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