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

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

#include <slist.h>

Detailed Description

Node to anchor an element within a list.

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

struct object {
...
struct cstl_slist_node node;
...
};
Node to anchor an element within a list.
Definition slist.h:40

When calling cstl_slist_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 39 of file slist.h.


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