C Tool Box 0.1.0
|
Doubly linked list iterator data structure. More...
#include <ctb_DListIterator.h>
Data Fields | |
ctb_DList_t * | list |
ctb_DNode_t * | current |
Doubly linked list iterator data structure.
ctb_DNode_t* ctb_DListIterator::current |
Pointer to the current node
ctb_DList_t* ctb_DListIterator::list |
Pointer to the doubly linked list