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 (std::unique_ptr< details::Lister > lister) | |
Lister (Lister &&) | |
~Lister () | |
std::optional< Entry > | next () |
Get the next entry of the lister. | |
Iterator | begin () |
Iterator | 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.
opendal::Lister::Lister | ( | std::unique_ptr< details::Lister > | lister | ) |
opendal::Lister::Lister | ( | Lister && | ) |
opendal::Lister::~Lister | ( | ) |
|
inline |
|
inline |
std::optional< Entry > opendal::Lister::next | ( | ) |
Get the next entry of the lister.