OS  v7.3.3
Documentation
Loading...
Searching...
No Matches
qList_ForEachHandle_t Struct Reference

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
 

Detailed Description

Handle of the qList_ForEach() API that is passed as an argument to the function that operates on each node.

Note
The user must verify the members of this structure to operate correctly at each stage of the cycle.

Field Documentation

◆ arg

void* arg

User storage pointer

◆ node

void* node

Points to the node that is currently being processed

◆ stage

Member that indicates the stage of the iterative cycle