|
contur2
|
One child entry in a directory. More...
#include <directory_entry.h>
Public Attributes | |
| std::string | name |
| Child name relative to parent directory. | |
| InodeId | inodeId = INVALID_INODE_ID |
| Child inode identifier. | |
| InodeType | type = InodeType::File |
| Child inode type. | |
One child entry in a directory.
Definition at line 13 of file directory_entry.h.
| InodeId contur::DirectoryEntry::inodeId = INVALID_INODE_ID |
Child inode identifier.
Definition at line 19 of file directory_entry.h.
| std::string contur::DirectoryEntry::name |
Child name relative to parent directory.
Definition at line 16 of file directory_entry.h.
| InodeType contur::DirectoryEntry::type = InodeType::File |
Child inode type.
Definition at line 22 of file directory_entry.h.