|
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 | Iterator |
Public Member Functions | |
| Lister (Lister &&other) noexcept | |
| ~Lister () noexcept | |
| std::optional< Entry > | Next () |
| Get the next entry of the lister. | |
| Iterator | begin () |
| Iterator | end () |
Friends | |
| class | Operator |
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.
|
noexcept |
|
noexcept |
|
inline |
|
inline |
| std::optional< Entry > opendal::Lister::Next | ( | ) |
Get the next entry of the lister.
|
friend |