OpenEnroth 73e68f7
|
#include <FileSystem.h>
Public Member Functions | |
DirectoryEntry ()=default | |
DirectoryEntry (std::string name, FileType type) | |
Public Attributes | |
std::string | name |
FileType | type = FILE_INVALID |
Friends | |
std::strong_ordering | operator<=> (const DirectoryEntry &l, const DirectoryEntry &r)=default |
|
default |
|
inline |
|
friend |
std::string DirectoryEntry::name |
FileType DirectoryEntry::type = FILE_INVALID |