virtual ~DirectoryEntry()
Destructor.
Definition: DirectoryEntry.cpp:61
bool wasRead_
Indicates whether the value was read in, and therefore can be deleted.
Definition: DirectoryEntry.h:129
static DirectoryEntry * Read(Timestamp &timeBase, InStream &inStream, unsigned short firstWord, Logger &logger)
Read new DirectoryEntry from a stream.
Definition: DirectoryEntry.cpp:93
Code unit that represents an event to be stored in the log file.
Definition: DirectoryEntry.h:42
static RingBufferVoid * MallocRing_
Declared as a pointer to avoid including RingBuffer.h header here.
Definition: DirectoryEntry.h:132
static unsigned short CurrentLogVersion_
Definition: DirectoryEntry.h:116
static unsigned short GetCurrentLogVersion()
Definition: DirectoryEntry.h:57
DirectoryType getDirectoryType(void) const
Definition: DirectoryEntry.h:107
virtual Str toString(const Unit *unit=NULL) const
Convert payload to Str.
Definition: DirectoryEntry.cpp:232
~StaticDestructor()
Definition: DirectoryEntry.cpp:25