|
ctrl-utils
|
Public Types | |
| using | value_type = directory_entry |
| using | difference_type = ptrdiff_t |
| using | pointer = const value_type * |
| using | reference = const value_type & |
| using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
| directory_iterator (const directory_iterator &other) | |
| directory_iterator (const path &p) | |
| directory_iterator & | operator++ () |
| bool | operator== (const directory_iterator &other) const |
| bool | operator!= (const directory_iterator &other) const |
| reference | operator* () const |
| pointer | operator-> () const |