libzypp 17.31.23
|
Listentry returned by readdir. More...
#include <fs/PathInfo.h>
Public Member Functions | |
DirEntry (const std::string &name_r=std::string(), FileType type_r=FT_NOT_AVAIL) | |
DirEntry (struct dirent *entry) | |
bool | operator== (const DirEntry &rhs) const |
Public Attributes | |
std::string | name |
FileType | type |
Listentry returned by readdir.
Definition at line 501 of file PathInfo.h.
|
inline |
Definition at line 504 of file PathInfo.h.
zypp::filesystem::DirEntry::DirEntry | ( | struct dirent * | entry | ) |
Definition at line 630 of file PathInfo.cc.
Definition at line 661 of file PathInfo.cc.
std::string zypp::filesystem::DirEntry::name |
Definition at line 502 of file PathInfo.h.
FileType zypp::filesystem::DirEntry::type |
Definition at line 503 of file PathInfo.h.