class: etk::FSNodeRight
Description:
Constructor and Destructor:
+ FSNodeRight (void );
+ FSNodeRight (int16_t _newRight);
+ ~FSNodeRight (void );
Synopsis:
+ const etk::FSNodeRight & operator = (const etk::FSNodeRight & _obj);
+ const etk::FSNodeRight & operator = (const int32_t _newVal);
+ void clear (void );
+ bool isUserReadable (void ) const;
+ bool isUserWritable (void ) const;
+ bool isUserRunable (void ) const;
+ void setUserReadable (bool _newStatus);
+ void setUserWritable (bool _newStatus);
+ void setUserRunable (bool _newStatus);
+ bool isGroupReadable (void ) const;
+ bool isGroupWritable (void ) const;
+ bool isGroupRunable (void ) const;
+ void setGroupReadable (bool _newStatus);
+ void setGroupWritable (bool _newStatus);
+ void setGroupRunable (bool _newStatus);
+ bool isOtherReadable (void ) const;
+ bool isOtherWritable (void ) const;
+ bool isOtherRunable (void ) const;
+ void setOtherReadable (bool _newStatus);
+ void setOtherWritable (bool _newStatus);
+ void setOtherRunable (bool _newStatus);
+ std::u32string getURight (void ) const;
+ std::string getRight (void ) const;
Detail:
FSNodeRight
+ FSNodeRight (void );
FSNodeRight
+ FSNodeRight (int16_t _newRight);
~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 ) const;
isUserWritable
+ bool isUserWritable (void ) const;
isUserRunable
+ bool isUserRunable (void ) const;
setUserReadable
+ void setUserReadable (bool _newStatus);
setUserWritable
+ void setUserWritable (bool _newStatus);
setUserRunable
+ void setUserRunable (bool _newStatus);
isGroupReadable
+ bool isGroupReadable (void ) const;
isGroupWritable
+ bool isGroupWritable (void ) const;
isGroupRunable
+ bool isGroupRunable (void ) const;
setGroupReadable
+ void setGroupReadable (bool _newStatus);
setGroupWritable
+ void setGroupWritable (bool _newStatus);
setGroupRunable
+ void setGroupRunable (bool _newStatus);
isOtherReadable
+ bool isOtherReadable (void ) const;
isOtherWritable
+ bool isOtherWritable (void ) const;
isOtherRunable
+ bool isOtherRunable (void ) const;
setOtherReadable
+ void setOtherReadable (bool _newStatus);
setOtherWritable
+ void setOtherWritable (bool _newStatus);
setOtherRunable
+ void setOtherRunable (bool _newStatus);
getURight
+ std::u32string getURight (void ) const;
getRight
+ std::string getRight (void ) const;