1MONGOC_GRIDFS_FILE_LIST_NEXT(3) libmongoc MONGOC_GRIDFS_FILE_LIST_NEXT(3)
2
3
4
6 mongoc_gridfs_file_list_next - mongoc_gridfs_file_list_next()
7
9 mongoc_gridfs_file_t *
10 mongoc_gridfs_file_list_next (mongoc_gridfs_file_list_t *list);
11
13 · list: A mongoc_gridfs_file_list_t.
14
16 This function shall iterate the underlying gridfs file list, returning
17 the next file each iteration. This is a blocking function.
18
20 A newly allocated mongoc_gridfs_file_t that should be freed with mon‐
21 goc_gridfs_file_destroy() when no longer in use.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.16.2 Feb 25, 2020 MONGOC_GRIDFS_FILE_LIST_NEXT(3)