gwenhywfar  4.6.0beta
Functions
Iterator for ID list module
Basic Stuff

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

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_ITERATOR
GWEN_IdList64_Iterator_new (GWEN_IDLIST64 *idl)

Detailed Description

Iterator for a list of uint64_t objects.

Function Documentation

GWENHYWFAR_API void GWEN_IdList64_Iterator_free ( GWEN_IDLIST64_ITERATOR it)

Definition at line 647 of file idlist64.c.

References GWEN_FREE_OBJECT, and GWEN_IdList64_free().

Referenced by GWEN_IdList64__Sort().

GWENHYWFAR_API uint64_t GWEN_IdList64_Iterator_GetFirstId ( GWEN_IDLIST64_ITERATOR it)

Definition at line 656 of file idlist64.c.

References GWEN_IdList64__GetFirstId().

Referenced by GWEN_IdList64__Sort().

GWENHYWFAR_API uint64_t GWEN_IdList64_Iterator_GetNextId ( GWEN_IDLIST64_ITERATOR it)

Definition at line 662 of file idlist64.c.

References GWEN_IdList64__GetNextId().

Referenced by GWEN_IdList64__Sort().

GWENHYWFAR_API GWEN_IDLIST64_ITERATOR* GWEN_IdList64_Iterator_new ( GWEN_IDLIST64 idl)

Definition at line 633 of file idlist64.c.

References GWEN_IdList64_Attach(), and GWEN_NEW_OBJECT.

Referenced by GWEN_IdList64__Sort().