OpenEnroth 73e68f7
|
#include <FileSystem.h>
Public Member Functions | |
FileStat ()=default | |
FileStat (FileType type, std::int64_t size) | |
operator bool () const | |
Public Attributes | |
FileType | type = FILE_INVALID |
std::int64_t | size = 0 |
Friends | |
bool | operator== (const FileStat &l, const FileStat &r)=default |
|
default |
|
inline |
|
inlineexplicit |
std::int64_t FileStat::size = 0 |
FileType FileStat::type = FILE_INVALID |