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.h55行定义。


该结构的文档由以下文件生成: