lfilesystem  0.0.1
C++ filesystem library
limes::files::Permissions Member List

This is the complete list of members for limes::files::Permissions, including all inherited members.

all() noexceptlimes::files::Permissionsstatic
fromString(const std::string_view &string) noexceptlimes::files::Permissionsstatic
getStdPerms() const noexceptlimes::files::Permissions
groupAll() noexceptlimes::files::Permissionsstatic
hasAll(Scope s=Scope::All) const noexceptlimes::files::Permissions
hasExecute(Scope s=Scope::All) const noexceptlimes::files::Permissions
hasRead(Scope s=Scope::All) const noexceptlimes::files::Permissions
hasStickyBit() const noexceptlimes::files::Permissions
hasWrite(Scope s=Scope::All) const noexceptlimes::files::Permissions
isUnknownOrEmpty() const noexceptlimes::files::Permissions
operator FSPerms() const noexceptlimes::files::Permissions
operator<<(std::ostream &os, const Permissions &value)limes::files::Permissionsrelated
operator=(const Permissions &)=default (defined in limes::files::Permissions)limes::files::Permissions
operator=(Permissions &&)=default (defined in limes::files::Permissions)limes::files::Permissions
operator=(FSPerms p) noexceptlimes::files::Permissions
operator==(const Permissions &other) const noexceptlimes::files::Permissions
operator==(FSPerms p) const noexceptlimes::files::Permissions
othersAll() noexceptlimes::files::Permissionsstatic
ownerAll() noexceptlimes::files::Permissionsstatic
Permissions()=defaultlimes::files::Permissions
Permissions(FSPerms p) noexceptlimes::files::Permissions
Permissions(const Permissions &)=default (defined in limes::files::Permissions)limes::files::Permissions
Permissions(Permissions &&)=default (defined in limes::files::Permissions)limes::files::Permissions
toString() constlimes::files::Permissions
withAll(Scope s=Scope::All) const noexceptlimes::files::Permissions
withExecute(Scope s=Scope::All) const noexceptlimes::files::Permissions
withRead(Scope s=Scope::All) const noexceptlimes::files::Permissions
withStickyBit() const noexceptlimes::files::Permissions
withWrite(Scope s=Scope::All) const noexceptlimes::files::Permissions