Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
Public Types | Public Member Functions | Protected Member Functions | Friends | List of all members
opendal::Lister::ListerIterator Class Reference

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* ()
 
ListerIteratoroperator++ ()
 
bool operator!= (const ListerIterator &other) const
 

Protected Member Functions

 ListerIterator (Lister &lister, bool)
 

Friends

class Lister
 

Detailed Description

ListerIterator is an iterator of Lister.

Note
It's an undefined behavior to make multiple iterators from one Lister.

Member Typedef Documentation

◆ difference_type

◆ iterator_category

using opendal::Lister::ListerIterator::iterator_category = std::input_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ ListerIterator() [1/2]

opendal::Lister::ListerIterator::ListerIterator ( Lister lister)
inline

◆ ListerIterator() [2/2]

opendal::Lister::ListerIterator::ListerIterator ( Lister lister,
bool   
)
inlineprotected

Member Function Documentation

◆ operator!=()

bool opendal::Lister::ListerIterator::operator!= ( const ListerIterator other) const
inline

◆ operator*()

Entry opendal::Lister::ListerIterator::operator* ( )
inline

◆ operator++()

ListerIterator& opendal::Lister::ListerIterator::operator++ ( )
inline

Friends And Related Function Documentation

◆ Lister

friend class Lister
friend

The documentation for this class was generated from the following file: