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