Functions
cphidgetlist.c File Reference
#include "stdafx.h"
#include "cphidgetlist.h"
Include dependency graph for cphidgetlist.c:

Go to the source code of this file.

Functions

int CList_addToList (CListHandle *list, void *element, int(*compare_fptr)(void *element1, void *element2))
int CList_emptyList (CListHandle *list, int freeDevices, void(*free_fptr)(void *element))
int CList_findInList (CListHandle list, void *element, int(*compare_fptr)(void *element1, void *element2), void **found_element)
int CList_removeFromList (CListHandle *list, void *element, int(*compare_fptr)(void *element1, void *element2), int freeDevice, void(*free_fptr)(void *element))

Function Documentation

int CList_addToList ( CListHandle list,
void element,
int(*)(void *element1, void *element2)  compare_fptr 
)

Definition at line 8 of file cphidgetlist.c.

int CList_emptyList ( CListHandle list,
int  freeDevices,
void(*)(void *element)  free_fptr 
)

Definition at line 103 of file cphidgetlist.c.

int CList_findInList ( CListHandle  list,
void element,
int(*)(void *element1, void *element2)  compare_fptr,
void **  found_element 
)

Definition at line 133 of file cphidgetlist.c.

int CList_removeFromList ( CListHandle list,
void element,
int(*)(void *element1, void *element2)  compare_fptr,
int  freeDevice,
void(*)(void *element)  free_fptr 
)

Definition at line 50 of file cphidgetlist.c.



pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:21