NDEVR
API Documentation
FileCachedData

Data that is cached from a file into program memory to limit expensive file lookups. More...

Collaboration diagram for FileCachedData:
[legend]

Public Attributes

Time accessed_time = Constant<Time>::Invalid
 The last access time of the file, or Invalid if not yet cached.
Time created_time = Constant<Time>::Invalid
 The creation time of the file, or Invalid if not yet cached.
BitFlag file_properties = BitFlag(0)
 Bit flags storing FileProperty values describing the file.
uint08 file_size = Constant<uint08>::Invalid
 The size of the file in bytes, or Invalid if not yet cached.
Time modified_time = Constant<Time>::Invalid
 The last modification time of the file, or Invalid if not yet cached.

Detailed Description

Data that is cached from a file into program memory to limit expensive file lookups.


Definition at line 21 of file FileCache.h.


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