OS
v7.3.3
Documentation
|
Handle of the qList_ForEach() API that is passed as an argument to the function that operates on each node. More...
#include <qlists.h>
Data Fields | |
void * | node |
void * | arg |
qList_WalkStage_t | stage |
Handle of the qList_ForEach() API that is passed as an argument to the function that operates on each node.
void* arg |
User storage pointer
void* node |
Points to the node that is currently being processed
qList_WalkStage_t stage |
Member that indicates the stage of the iterative cycle