Class: etk::FSNodeRight


Synopsis:

+                            FSNodeRight       (void);
+ FSNodeRight (int16_t _newRight);
+ ~FSNodeRight (void);
+ const etk::FSNodeRight & operator= (const etk::FSNodeRight & _obj);
+ const etk::FSNodeRight & operator= (const int32_t _newVal);
+ void clear (void);
+ bool isUserReadable (void);
+ bool isUserWritable (void);
+ bool isUserRunable (void);
+ void setUserReadable (bool _newStatus);
+ void setUserWritable (bool _newStatus);
+ void setUserRunable (bool _newStatus);
+ bool isGroupReadable (void);
+ bool isGroupWritable (void);
+ bool isGroupRunable (void);
+ void setGroupReadable (bool _newStatus);
+ void setGroupWritable (bool _newStatus);
+ void setGroupRunable (bool _newStatus);
+ bool isOtherReadable (void);
+ bool isOtherWritable (void);
+ bool isOtherRunable (void);
+ void setOtherReadable (bool _newStatus);
+ void setOtherWritable (bool _newStatus);
+ void setOtherRunable (bool _newStatus);
+ std::u32string getURight (void);
+ std::string getRight (void);

Detail:

etk::FSNodeRight ()

FSNodeRight(void);



etk::FSNodeRight ()

FSNodeRight(int16_t _newRight);



etk::~FSNodeRight ()

~FSNodeRight(void);



operator= ()

const etk::FSNodeRight & operator=(const etk::FSNodeRight & _obj);



operator= ()

const etk::FSNodeRight & operator=(const int32_t _newVal);



clear ()

void clear(void);



isUserReadable ()

bool isUserReadable(void);



isUserWritable ()

bool isUserWritable(void);



isUserRunable ()

bool isUserRunable(void);



setUserReadable ()

void setUserReadable(bool _newStatus);



setUserWritable ()

void setUserWritable(bool _newStatus);



setUserRunable ()

void setUserRunable(bool _newStatus);



isGroupReadable ()

bool isGroupReadable(void);



isGroupWritable ()

bool isGroupWritable(void);



isGroupRunable ()

bool isGroupRunable(void);



setGroupReadable ()

void setGroupReadable(bool _newStatus);



setGroupWritable ()

void setGroupWritable(bool _newStatus);



setGroupRunable ()

void setGroupRunable(bool _newStatus);



isOtherReadable ()

bool isOtherReadable(void);



isOtherWritable ()

bool isOtherWritable(void);



isOtherRunable ()

bool isOtherRunable(void);



setOtherReadable ()

void setOtherReadable(bool _newStatus);



setOtherWritable ()

void setOtherWritable(bool _newStatus);



setOtherRunable ()

void setOtherRunable(bool _newStatus);



getURight ()

std::u32string getURight(void);



getRight ()

std::string getRight(void);