Wrapper class for mode_t values as derived from ::stat.
More...
#include <PathInfo.h>
|
(Note that these are not member functions.)
|
std::ostream & | operator<< (std::ostream &str, const StatMode &obj) |
|
Wrapper class for mode_t values as derived from ::stat.
Definition at line 80 of file PathInfo.h.
zypp::filesystem::StatMode::StatMode |
( |
const mode_t & |
mode_r = 0 | ) |
|
|
inline |
Ctor taking mode_t value from ::stat.
Definition at line 86 of file PathInfo.h.
FileType zypp::filesystem::StatMode::fileType |
( |
| ) |
const |
bool zypp::filesystem::StatMode::isFile |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isDir |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isLink |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isChr |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isBlk |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isFifo |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isSock |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isRUsr |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isWUsr |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isXUsr |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isR |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isW |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isX |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isRGrp |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isWGrp |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isXGrp |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isROth |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isWOth |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isXOth |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isUid |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isGid |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isVtx |
( |
| ) |
const |
|
inline |
bool zypp::filesystem::StatMode::isPerm |
( |
mode_t |
m | ) |
const |
|
inline |
Test for equal permission bits.
Definition at line 146 of file PathInfo.h.
bool zypp::filesystem::StatMode::hasPerm |
( |
mode_t |
m | ) |
const |
|
inline |
Test for set permission bits.
Definition at line 148 of file PathInfo.h.
mode_t zypp::filesystem::StatMode::uperm |
( |
| ) |
const |
|
inline |
mode_t zypp::filesystem::StatMode::gperm |
( |
| ) |
const |
|
inline |
mode_t zypp::filesystem::StatMode::operm |
( |
| ) |
const |
|
inline |
mode_t zypp::filesystem::StatMode::perm |
( |
| ) |
const |
|
inline |
mode_t zypp::filesystem::StatMode::st_mode |
( |
| ) |
const |
|
inline |
Return the mode_t value.
Definition at line 160 of file PathInfo.h.
std::ostream& operator<< |
( |
std::ostream & |
str, |
|
|
const StatMode & |
obj |
|
) |
| |
|
friend |
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const StatMode & |
obj |
|
) |
| |
|
related |
mode_t zypp::filesystem::StatMode::_mode |
|
private |
The documentation for this class was generated from the following files: