49 if (useFileTimeInHashGeneration)
Represents a local file or directory.
Time getLastModificationTime() const
Returns the last modification time of this file.
File getSiblingFile(StringRef siblingFileName) const
Returns a file which is in the same directory as this one.
int hashCode() const
Returns a 32-bit hash-code that identifies this file.
std::unique_ptr< FileInputStream > createInputStream() const
Creates a stream to read from this file.
int64 toMilliseconds() const noexcept
Returns the time as a number of milliseconds.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...
long long int64
A platform-independent 64-bit integer type.