gwenhywfar  5.10.1
Functions
Iterator for ID list module

Iterator for a list of uint64_t objects. More...

Collaboration diagram for Iterator for ID list module:

Functions

GWENHYWFAR_API void GWEN_IdList64_Iterator_free (GWEN_IDLIST64_ITERATOR *it)
 
GWENHYWFAR_API uint64_t GWEN_IdList64_Iterator_GetFirstId (GWEN_IDLIST64_ITERATOR *it)
 
GWENHYWFAR_API uint64_t GWEN_IdList64_Iterator_GetNextId (GWEN_IDLIST64_ITERATOR *it)
 
GWENHYWFAR_API GWEN_IDLIST64_ITERATORGWEN_IdList64_Iterator_new (const GWEN_IDLIST64 *idl)
 

Detailed Description

Iterator for a list of uint64_t objects.

Function Documentation

◆ GWEN_IdList64_Iterator_free()

GWENHYWFAR_API void GWEN_IdList64_Iterator_free ( GWEN_IDLIST64_ITERATOR it)

Definition at line 742 of file idlist64.c.

References GWEN_FREE_OBJECT.

Referenced by GWEN_IdList64__Sort().

Here is the caller graph for this function:

◆ GWEN_IdList64_Iterator_GetFirstId()

GWENHYWFAR_API uint64_t GWEN_IdList64_Iterator_GetFirstId ( GWEN_IDLIST64_ITERATOR it)

Definition at line 751 of file idlist64.c.

References GWEN_IdList64__GetFirstId().

Referenced by GWEN_IdList64__Sort().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_IdList64_Iterator_GetNextId()

GWENHYWFAR_API uint64_t GWEN_IdList64_Iterator_GetNextId ( GWEN_IDLIST64_ITERATOR it)

Definition at line 758 of file idlist64.c.

References GWEN_IdList64__GetNextId().

Referenced by GWEN_IdList64__Sort().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_IdList64_Iterator_new()

GWENHYWFAR_API GWEN_IDLIST64_ITERATOR* GWEN_IdList64_Iterator_new ( const GWEN_IDLIST64 idl)

Definition at line 728 of file idlist64.c.

References GWEN_NEW_OBJECT.

Referenced by GWEN_IdList64__Sort().

Here is the caller graph for this function: