libzypp 17.31.23
zypp::filesystem::StatMode Class Reference

Wrapper class for mode_t values as derived from ::stat. More...

#include <fs/PathInfo.h>

Public Member Functions

 StatMode (const mode_t &mode_r=0)
 Ctor taking mode_t value from ::stat.
 
Query FileType.
FileType fileType () const
 
bool isFile () const
 
bool isDir () const
 
bool isLink () const
 
bool isChr () const
 
bool isBlk () const
 
bool isFifo () const
 
bool isSock () const
 
Query user permissions.
bool isRUsr () const
 
bool isWUsr () const
 
bool isXUsr () const
 
bool isR () const
 Short for isRUsr().
 
bool isW () const
 Short for isWUsr().
 
bool isX () const
 Short for isXUsr().
 
Query group permissions.
bool isRGrp () const
 
bool isWGrp () const
 
bool isXGrp () const
 
Query others permissions.
bool isROth () const
 
bool isWOth () const
 
bool isXOth () const
 
Query special permissions.
bool isUid () const
 Set UID bit.
 
bool isGid () const
 Set GID bit.
 
bool isVtx () const
 Sticky bit.
 
Query permission
bool isPerm (mode_t m) const
 Test for equal permission bits.
 
bool hasPerm (mode_t m) const
 Test for set permission bits.
 

Friends

std::ostream & operator<< (std::ostream &str, const StatMode &obj)
 

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const StatMode &obj)
 Stream output.
 

Extract permission bits only.

mode_t _mode
 
mode_t uperm () const
 
mode_t gperm () const
 
mode_t operm () const
 
mode_t perm () const
 
mode_t st_mode () const
 Return the mode_t value.
 

Detailed Description

Wrapper class for mode_t values as derived from ::stat.

Definition at line 80 of file PathInfo.h.

Constructor & Destructor Documentation

◆ StatMode()

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.

Member Function Documentation

◆ fileType()

FileType zypp::filesystem::StatMode::fileType ( ) const

Definition at line 70 of file PathInfo.cc.

◆ isFile()

bool zypp::filesystem::StatMode::isFile ( ) const
inline

Definition at line 96 of file PathInfo.h.

◆ isDir()

bool zypp::filesystem::StatMode::isDir ( ) const
inline

Definition at line 97 of file PathInfo.h.

◆ isLink()

bool zypp::filesystem::StatMode::isLink ( ) const
inline

Definition at line 98 of file PathInfo.h.

◆ isChr()

bool zypp::filesystem::StatMode::isChr ( ) const
inline

Definition at line 99 of file PathInfo.h.

◆ isBlk()

bool zypp::filesystem::StatMode::isBlk ( ) const
inline

Definition at line 100 of file PathInfo.h.

◆ isFifo()

bool zypp::filesystem::StatMode::isFifo ( ) const
inline

Definition at line 101 of file PathInfo.h.

◆ isSock()

bool zypp::filesystem::StatMode::isSock ( ) const
inline

Definition at line 102 of file PathInfo.h.

◆ isRUsr()

bool zypp::filesystem::StatMode::isRUsr ( ) const
inline

Definition at line 107 of file PathInfo.h.

◆ isWUsr()

bool zypp::filesystem::StatMode::isWUsr ( ) const
inline

Definition at line 108 of file PathInfo.h.

◆ isXUsr()

bool zypp::filesystem::StatMode::isXUsr ( ) const
inline

Definition at line 109 of file PathInfo.h.

◆ isR()

bool zypp::filesystem::StatMode::isR ( ) const
inline

Short for isRUsr().

Definition at line 112 of file PathInfo.h.

◆ isW()

bool zypp::filesystem::StatMode::isW ( ) const
inline

Short for isWUsr().

Definition at line 114 of file PathInfo.h.

◆ isX()

bool zypp::filesystem::StatMode::isX ( ) const
inline

Short for isXUsr().

Definition at line 116 of file PathInfo.h.

◆ isRGrp()

bool zypp::filesystem::StatMode::isRGrp ( ) const
inline

Definition at line 121 of file PathInfo.h.

◆ isWGrp()

bool zypp::filesystem::StatMode::isWGrp ( ) const
inline

Definition at line 122 of file PathInfo.h.

◆ isXGrp()

bool zypp::filesystem::StatMode::isXGrp ( ) const
inline

Definition at line 123 of file PathInfo.h.

◆ isROth()

bool zypp::filesystem::StatMode::isROth ( ) const
inline

Definition at line 128 of file PathInfo.h.

◆ isWOth()

bool zypp::filesystem::StatMode::isWOth ( ) const
inline

Definition at line 129 of file PathInfo.h.

◆ isXOth()

bool zypp::filesystem::StatMode::isXOth ( ) const
inline

Definition at line 130 of file PathInfo.h.

◆ isUid()

bool zypp::filesystem::StatMode::isUid ( ) const
inline

Set UID bit.

Definition at line 136 of file PathInfo.h.

◆ isGid()

bool zypp::filesystem::StatMode::isGid ( ) const
inline

Set GID bit.

Definition at line 138 of file PathInfo.h.

◆ isVtx()

bool zypp::filesystem::StatMode::isVtx ( ) const
inline

Sticky bit.

Definition at line 140 of file PathInfo.h.

◆ isPerm()

bool zypp::filesystem::StatMode::isPerm ( mode_t  m) const
inline

Test for equal permission bits.

Definition at line 146 of file PathInfo.h.

◆ hasPerm()

bool zypp::filesystem::StatMode::hasPerm ( mode_t  m) const
inline

Test for set permission bits.

Definition at line 148 of file PathInfo.h.

◆ uperm()

mode_t zypp::filesystem::StatMode::uperm ( ) const
inline

Definition at line 153 of file PathInfo.h.

◆ gperm()

mode_t zypp::filesystem::StatMode::gperm ( ) const
inline

Definition at line 154 of file PathInfo.h.

◆ operm()

mode_t zypp::filesystem::StatMode::operm ( ) const
inline

Definition at line 155 of file PathInfo.h.

◆ perm()

mode_t zypp::filesystem::StatMode::perm ( ) const
inline

Definition at line 156 of file PathInfo.h.

◆ st_mode()

mode_t zypp::filesystem::StatMode::st_mode ( ) const
inline

Return the mode_t value.

Definition at line 160 of file PathInfo.h.

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream & operator<< ( std::ostream &  str,
const StatMode obj 
)
friend

Definition at line 95 of file PathInfo.cc.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  str,
const StatMode obj 
)
related

Stream output.

Definition at line 95 of file PathInfo.cc.

Member Data Documentation

◆ _mode

mode_t zypp::filesystem::StatMode::_mode
private

Definition at line 163 of file PathInfo.h.


The documentation for this class was generated from the following files: