CacheEntry

Module cache entry

Destructor

~this
~this()
Undocumented in source.

Members

Functions

opAssign
void opAssign(CacheEntry other)
Undocumented in source.
opCmp
ptrdiff_t opCmp(CacheEntry other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(CacheEntry other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dependencies
OpenHashSet!istring dependencies;

The modules that this module depends on

modificationTime
SysTime modificationTime;

Modification time when this file was last cached

path
istring path;

The path to the module

symbol
DSymbol* symbol;

Module root symbol

Meta