Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | Friends | List of all members
opendal::Lister::Iterator Class Reference

#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

 Iterator (Lister &lister)
 
Entry operator* ()
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other) const
 

Protected Member Functions

 Iterator (Lister &lister, bool)
 

Friends

class Lister
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

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

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ Iterator() [1/2]

opendal::Lister::Iterator::Iterator ( Lister lister)
inline

◆ Iterator() [2/2]

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

Member Function Documentation

◆ operator!=()

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

◆ operator*()

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

◆ operator++()

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

Friends And Related Symbol Documentation

◆ Lister

friend class Lister
friend

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