LOS_DL_LIST
LOS_DL_LIST
结构参考
[
Doubly linked list
]
Structure of a node in a doubly linked list.
更多...
LOS_DL_LIST
合作图:
[
图例
]
数据成员
struct
LOS_DL_LIST
*
pstPrev
Current node's pointer to the previous node
struct
LOS_DL_LIST
*
pstNext
Current node's pointer to the next node
详细描述
Structure of a node in a doubly linked list.
在文件
los_list.h
第
55
行定义。
该结构的文档由以下文件生成:
los_list.h