Apache Mesos
Public Member Functions | Public Attributes | List of all members
os::Permissions Struct Reference

#include <permissions.hpp>

Public Member Functions

 Permissions (mode_t mode)
 

Public Attributes

struct {
   bool   r
 
   bool   w
 
   bool   x
 
   bool   rwx
 
owner
 
struct {
   bool   r
 
   bool   w
 
   bool   x
 
   bool   rwx
 
group
 
struct {
   bool   r
 
   bool   w
 
   bool   x
 
   bool   rwx
 
others
 
bool setuid
 
bool setgid
 
bool sticky
 

Constructor & Destructor Documentation

os::Permissions::Permissions ( mode_t  mode)
inlineexplicit

Member Data Documentation

struct { ... } os::Permissions::group
struct { ... } os::Permissions::others
struct { ... } os::Permissions::owner
bool os::Permissions::r
bool os::Permissions::rwx
bool os::Permissions::setgid
bool os::Permissions::setuid
bool os::Permissions::sticky
bool os::Permissions::w
bool os::Permissions::x

The documentation for this struct was generated from the following file: