T-Box Basic dev
Loading...
Searching...
No Matches
list_node Struct Reference

双向循环链表节点。 More...

#include <list.h>

Data Fields

struct list_nodenext
 下一个节点。
struct list_nodeprev
 前一个节点。

Detailed Description

双向循环链表节点。

同一个节点同一时间只能挂入一个链表。插入前由调用方确保节点未挂链,或者已从旧链表摘除。


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