T-Box Basic
dev
Loading...
Searching...
No Matches
list_node Struct Reference
TBOX_LIST
双向循环链表节点。
More...
#include <
list.h
>
Data Fields
struct
list_node
*
next
下一个节点。
struct
list_node
*
prev
前一个节点。
Detailed Description
双向循环链表节点。
同一个节点同一时间只能挂入一个链表。插入前由调用方确保节点未挂链,或者已从旧链表摘除。
The documentation for this struct was generated from the following file:
include/tbox/
list.h
list_node
Generated by
1.15.0