ubinos
|
#include <dlist.h>
Public Attributes | |
unsigned int | count |
dlist_elmt_pt | head |
dlist_elmt_pt | tail |
dlist_elmt_pt | cur |
void * | data |
더블 링크드 리스트 자료 구조
unsigned int _dlist_t::count |
Element count of this list
dlist_elmt_pt _dlist_t::cur |
Current element pointer
void* _dlist_t::data |
Data of this list
dlist_elmt_pt _dlist_t::head |
Head element pointer
dlist_elmt_pt _dlist_t::tail |
Tail element pointer