CCUnit project page | CCUnit home page |
Data Structures | |
struct | CCUnitListIterator |
list iterator. More... | |
Typedefs | |
typedef CCUnitListIterator | CCUnitListIterator |
list iterator. | |
Functions | |
CCUnitListIterator * | ccunit_newListIterator (const struct CCUnitList *list) |
create new list iterator. | |
CCUnitListIterator * | ccunit_initListIterator (const struct CCUnitList *list, struct CCUnitListIterator *it) |
initialize list iterator. | |
void | ccunit_deleteListIterator (struct CCUnitListIterator *it) |
delete list iterator. | |
void * | ccunit_nextListIterator (struct CCUnitListIterator *it) |
Get next element. | |
bool | ccunit_hasNextListIterator (struct CCUnitListIterator *it) |
Check is there next element of iterator. |
|
list iterator.
|
|
delete list iterator.
|
|
Check is there next element of iterator.
|
|
initialize list iterator.
|
|
create new list iterator.
|
|
Get next element.
|
|
hosts this site. |
Send comments to: CCUnit Developer |