FSNodeRight.hpp
Go to the documentation of this file.
void setOtherReadable(bool _newStatus)
Set the "Read status" for the "Other".
basic namespace of the etk library. (it might contain all the etk fuctions/class/structures without m...
Definition: Archive.hpp:16
void setUserWritable(bool _newStatus)
Set the "Write status" for the "User".
bool isOtherWritable() const
Get the "Write status" for the "Other".
void setGroupRunable(bool _newStatus)
Set the "Execute status" for the "Group".
bool isOtherRunable() const
Get the "execute status" for the "Other".
void setOtherRunable(bool _newStatus)
Set the "Execute status" for the "Other".
bool isGroupRunable() const
Get the "execute status" for the "Group".
void setGroupReadable(bool _newStatus)
Set the "Read status" for the "Group".
void setGroupWritable(bool _newStatus)
Set the "Write status" for the "Group".
std::string getRight() const
Get the write written in a string mode (like in linux rw-r--—)
etk::FSNodeRight & operator=(const etk::FSNodeRight &_obj)
Copy asignement operator (operator=)
void clear()
Clear right (set the value at 0 ==> cant not be read/write/execute.
void setUserReadable(bool _newStatus)
Set the "Read status" for the "User".
bool isGroupWritable() const
Get the "Write status" for the "Group".
void setUserRunable(bool _newStatus)
Set the "execute status" for the "User".
void setOtherWritable(bool _newStatus)
Set the "Write status" for the "Other".