struct zxio_dirent_iterator

Defined at line 374 of file ../../sdk/lib/zxio/include/lib/zxio/types.h

An iterator for |zxio_dirent_t| objects.

To start iterating directory entries, call |zxio_dirent_iterator_init| to

initialize the contents of the iterator. Then, call

|zxio_dirent_iterator_next| to advance the iterator.

Please note that this object is relatively large (slightly more than 64 KiB)

and callers operating on a limited stack or in library code that must be

conservative with stack usage should allocate this in the heap.

Public Members

zxio_t * io
uint8_t[65584] opaque