|
E-MailRelay
|
A directory-entry item for G::DirectoryList. More...
#include <gdirectory.h>
Collaboration diagram for G::DirectoryList::Item:Public Member Functions | |
| bool | operator< (const Item &) const noexcept |
Public Attributes | |
| bool | m_is_dir {false} |
| bool | m_is_link {false} |
| Path | m_path |
| std::string | m_name |
A directory-entry item for G::DirectoryList.
Definition at line 152 of file gdirectory.h.
|
inlinenoexcept |
Definition at line 208 of file gdirectory.h.
| bool G::DirectoryList::Item::m_is_dir {false} |
Definition at line 154 of file gdirectory.h.
| bool G::DirectoryList::Item::m_is_link {false} |
Definition at line 155 of file gdirectory.h.
| std::string G::DirectoryList::Item::m_name |
Definition at line 157 of file gdirectory.h.
| Path G::DirectoryList::Item::m_path |
Definition at line 156 of file gdirectory.h.