ubinos
Public Attributes | List of all members
_edlist_elmt_t Struct Reference

#include <edlist.h>

Public Attributes

struct {
   struct _edlist_elmt_t *   prev
 
   struct _edlist_elmt_t *   next
 
   edlist_t *   list
 
link
 
void * data
 

Detailed Description

내장형 더블 링크드 리스트 엘리먼트 자료 구조 예

Member Data Documentation

◆ data

void* _edlist_elmt_t::data

Data of this element

◆ link

struct { ... } _edlist_elmt_t::link

Link information of this element


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