C Tool Box 0.1.0
Loading...
Searching...
No Matches
ctb_DListIterator Struct Reference

Doubly linked list iterator data structure. More...

#include <ctb_DListIterator.h>

Data Fields

ctb_DList_tlist
 
ctb_DNode_tcurrent
 

Detailed Description

Doubly linked list iterator data structure.

Field Documentation

◆ current

ctb_DNode_t* ctb_DListIterator::current

Pointer to the current node

◆ list

ctb_DList_t* ctb_DListIterator::list

Pointer to the doubly linked list


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