gwenhywfar  4.6.0beta
Typedefs | Functions
idlist.h File Reference

A list of uint32_t objects. More...

#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/types.h>

Go to the source code of this file.

Typedefs

typedef struct GWEN_IDLIST GWEN_IDLIST
 

Functions

GWENHYWFAR_API int GWEN_IdList_AddId (GWEN_IDLIST *idl, uint32_t id)
 
GWENHYWFAR_API void GWEN_IdList_Clear (GWEN_IDLIST *idl)
 
GWENHYWFAR_API int GWEN_IdList_DelId (GWEN_IDLIST *idl, uint32_t id)
 
GWENHYWFAR_API GWEN_IDLISTGWEN_IdList_dup (const GWEN_IDLIST *idl)
 
GWENHYWFAR_API void GWEN_IdList_free (GWEN_IDLIST *idl)
 
GWENHYWFAR_API uint32_t GWEN_IdList_GetFirstId (GWEN_IDLIST *idl)
 
GWENHYWFAR_API uint32_t GWEN_IdList_GetFirstId2 (const GWEN_IDLIST *idl, uint32_t *hdl)
 
GWENHYWFAR_API uint32_t GWEN_IdList_GetNextId (GWEN_IDLIST *idl)
 
GWENHYWFAR_API uint32_t GWEN_IdList_GetNextId2 (const GWEN_IDLIST *idl, uint32_t *hdl)
 
GWENHYWFAR_API int GWEN_IdList_HasId (const GWEN_IDLIST *idl, uint32_t id)
 
GWENHYWFAR_API GWEN_IDLISTGWEN_IdList_new (void)
 
GWENHYWFAR_API int GWEN_IdList_Sort (GWEN_IDLIST *idl)
 

Detailed Description

A list of uint32_t objects.

A list of uint64_t objects.

Definition in file idlist.h.

Typedef Documentation

typedef struct GWEN_IDLIST GWEN_IDLIST

Definition at line 39 of file idlist.h.