IFS::NameStat Struct Reference
version of Stat with integrated name buffer More...
#include <Stat.h>
Inheritance diagram for IFS::NameStat:
Collaboration diagram for IFS::NameStat:
Public Member Functions | |
NameStat () | |
NameStat (const Stat &other) | |
NameStat & | operator= (const Stat &rhs) |
![]() | |
Stat () | |
Stat (char *namebuf, uint16_t bufsize) | |
Stat & | operator= (const Stat &rhs) |
assign content from another Stat structure More... | |
bool | isDir () const |
Additional Inherited Members | |
![]() | |
IFileSystem * | fs {nullptr} |
The filing system owning this file. More... | |
NameBuffer | name |
Name of file. More... | |
uint32_t | size {0} |
Size of file in bytes. More... | |
FileID | id {0} |
Internal file identifier. More... | |
TimeStamp | mtime {} |
File modification time. More... | |
ACL | acl {UserRole::None, UserRole::None} |
Access Control. More... | |
FileAttributes | attr {} |
Compression | compression {} |
Detailed Description
version of Stat with integrated name buffer
- Note
- provide for convenience
Constructor & Destructor Documentation
◆ NameStat() [1/2]
|
inline |
◆ NameStat() [2/2]
|
inline |
Member Function Documentation
◆ operator=()
The documentation for this struct was generated from the following file: