ubinos
Public Attributes | List of all members
_dlist_t Struct Reference

#include <dlist.h>

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ count

unsigned int _dlist_t::count

Element count of this list

◆ cur

dlist_elmt_pt _dlist_t::cur

Current element pointer

◆ data

void* _dlist_t::data

Data of this list

◆ head

dlist_elmt_pt _dlist_t::head

Head element pointer

◆ tail

dlist_elmt_pt _dlist_t::tail

Tail element pointer


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