|
TeoCCl library
0.1.7
|
Queue module, linked list with data in body. More...
#include <queue.h>
Data Fields | |
| struct teoQueueData * | prev |
| struct teoQueueData * | next |
| size_t | data_length |
| char | data [] |
Queue module, linked list with data in body.
| char teoQueueData::data[] |
Referenced by cclLruForeach(), cclLruRefer(), teoMapAdd(), teoMapIteratorNext(), teoMapIteratorPrev(), and teoQueueNewData().
| size_t teoQueueData::data_length |
Referenced by cclLruRefer(), and teoQueueNewData().
| struct teoQueueData* teoQueueData::next |
| struct teoQueueData* teoQueueData::prev |