The iterator type of Glib::Dir.
More...
#include <glibmm/fileutils.h>
The iterator type of Glib::Dir.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ DirIterator()
Glib::DirIterator::DirIterator |
( |
| ) |
|
◆ operator!=()
bool Glib::DirIterator::operator!= |
( |
const DirIterator & | rhs | ) |
const |
◆ operator*()
std::string Glib::DirIterator::operator* |
( |
| ) |
const |
◆ operator++() [1/2]
◆ operator++() [2/2]
void Glib::DirIterator::operator++ |
( |
int | | ) |
|
- Note
- DirIterator has input iterator semantics, which means real postfix increment is impossible. The return type is
void
to prevent surprising behaviour.
◆ operator==()
bool Glib::DirIterator::operator== |
( |
const DirIterator & | rhs | ) |
const |