|
libzypp
9.1.2
|
Listentry returned by readdir. More...
#include <PathInfo.h>
Public Member Functions | |
| DirEntry (const std::string &name_r=std::string(), FileType type_r=FT_NOT_AVAIL) | |
| bool | operator== (const DirEntry &rhs) const |
Public Attributes | |
| std::string | name |
| FileType | type |
Listentry returned by readdir.
Definition at line 485 of file PathInfo.h.
| zypp::filesystem::DirEntry::DirEntry | ( | const std::string & | name_r = std::string(), |
| FileType | type_r = FT_NOT_AVAIL |
||
| ) | [inline] |
Definition at line 488 of file PathInfo.h.
| bool zypp::filesystem::DirEntry::operator== | ( | const DirEntry & | rhs | ) | const |
Definition at line 606 of file PathInfo.cc.
References zypp::filesystem::FT_NOT_AVAIL, name, and type.
| std::string zypp::filesystem::DirEntry::name |
Definition at line 486 of file PathInfo.h.
Referenced by zypp::Fetcher::Impl::autoaddIndexes(), and operator==().
Definition at line 487 of file PathInfo.h.
Referenced by zypp::Fetcher::Impl::autoaddIndexes(), and operator==().
1.7.6.1