OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
FileStat Struct Reference

#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
 

Constructor & Destructor Documentation

◆ FileStat() [1/2]

FileStat::FileStat ( )
default

◆ FileStat() [2/2]

FileStat::FileStat ( FileType  type,
std::int64_t  size 
)
inline

Member Function Documentation

◆ operator bool()

FileStat::operator bool ( ) const
inlineexplicit

Friends And Related Function Documentation

◆ operator==

bool operator== ( const FileStat l,
const FileStat r 
)
friend

Member Data Documentation

◆ size

std::int64_t FileStat::size = 0

◆ type

FileType FileStat::type = FILE_INVALID

The documentation for this struct was generated from the following file: