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

Handle of the qList_Sort() API that is passed as an argument to the compare function. More...

#include <qlists.h>

Data Fields

const void * n1
 
const void * n2
 

Detailed Description

Handle of the qList_Sort() API that is passed as an argument to the compare function.

Note
The user must verify the input nodes to return a boolean value that determines the order in which the nodes should be ordered

Field Documentation

◆ n1

const void* n1

Points to the node that is currently being processed

◆ n2

const void* n2

Points to the node that is currently being processed