ubinos
Public Attributes | List of all members
_edlist_t Struct Reference

#include <edlist.h>

Public Attributes

unsigned int count
 
void * head
 
void * tail
 
void * cur
 
void * data
 

Detailed Description

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

Member Data Documentation

◆ count

unsigned int _edlist_t::count

Element count of this list

◆ cur

void* _edlist_t::cur

Current element pointer

◆ data

void* _edlist_t::data

Data of this list

◆ head

void* _edlist_t::head

Head element pointer

◆ tail

void* _edlist_t::tail

Tail element pointer


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