更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
SH_List结构体 参考

#include <shell_list.h>

成员变量

struct SH_ListpstPrev
 
struct SH_ListpstNext
 

详细描述

Structure of a node in a doubly linked list.

在文件 shell_list.h50 行定义.

结构体成员变量说明

◆ pstNext

struct SH_List* SH_List::pstNext

Current node's pointer to the next node

在文件 shell_list.h52 行定义.

◆ pstPrev

struct SH_List* SH_List::pstPrev

Current node's pointer to the previous node

在文件 shell_list.h51 行定义.


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