Home
last modified time | relevance | path

Searched defs:LinkedListIterator (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h35 typedef struct LinkedListIterator { struct
37 bool (*hasNext)(struct LinkedListIterator *iterator); argument
38 void *(*next)(struct LinkedListIterator *iterator); argument
39 } LinkedListIterator; typedef