Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Lister is designed to list the entries of a directory. More...
#include <opendal.hpp>
Classes | |
class | ListerIterator |
ListerIterator is an iterator of Lister. More... | |
Public Member Functions | |
Lister (rust::Box< opendal::ffi::Lister > &&lister) | |
std::optional< Entry > | next () |
Get the next entry of the lister. | |
ListerIterator | begin () |
ListerIterator | end () |
Lister is designed to list the entries of a directory.
It provides next operation to get the next entry. You can also use it like an iterator.
|
inline |
|
inline |
|
inline |
std::optional< Entry > opendal::Lister::next | ( | ) |
Get the next entry of the lister.