Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
ListerIterator is an iterator of Lister. More...
#include <opendal.hpp>
Public Types | |
using | iterator_category = std::input_iterator_tag |
using | value_type = Entry |
using | difference_type = std::ptrdiff_t |
using | pointer = Entry * |
using | reference = Entry & |
Public Member Functions | |
ListerIterator (Lister &lister) | |
Entry | operator* () |
ListerIterator & | operator++ () |
bool | operator!= (const ListerIterator &other) const |
Protected Member Functions | |
ListerIterator (Lister &lister, bool) | |
Friends | |
class | Lister |
ListerIterator is an iterator of Lister.
using opendal::Lister::ListerIterator::difference_type = std::ptrdiff_t |
using opendal::Lister::ListerIterator::iterator_category = std::input_iterator_tag |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
friend |