shared entry metadata, used for synchronization More...
#include <Transients.h>

Public Attributes | |
bool | abortedByWriter = false |
whether the entry was aborted More... | |
bool | waitingToBeFreed = false |
whether the entry was marked for deletion More... | |
bool | collapsed = false |
whether the entry allows collapsing More... | |
Detailed Description
Definition at line 30 of file Transients.h.
Member Data Documentation
◆ abortedByWriter
bool Transients::EntryStatus::abortedByWriter = false |
Definition at line 33 of file Transients.h.
Referenced by Transients::status(), and Store::Controller::syncCollapsed().
◆ collapsed
bool Transients::EntryStatus::collapsed = false |
Definition at line 35 of file Transients.h.
Referenced by Transients::status(), and Store::Controller::syncCollapsed().
◆ waitingToBeFreed
bool Transients::EntryStatus::waitingToBeFreed = false |
Definition at line 34 of file Transients.h.
Referenced by Transients::status(), and Store::Controller::syncCollapsed().
The documentation for this class was generated from the following file:
- src/Transients.h