librnr  1.14.5
RoadNarrows Robotics Common Library 1
DListVoidIter_T Struct Reference

Base dlist iterator structure. More...

#include <dlistvoid.h>

Public Attributes

DListVoid_Tm_pHead
 pointer to dlistvoid head
 
void * m_pThis
 pointer to current dnode
 
void * m_pNext
 pointer to next dnode
 

Detailed Description

Base dlist iterator structure.

Note
void* is used instead of dnode_t* to hide implementation details but to also allow calling functions to define the iterator.

Definition at line 166 of file dlistvoid.h.


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