Apache Mesos
|
#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 |
|
inlineexplicit |
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 |