temporary storage for slot and page ID pointers; for the waiting cache More...
Public Member Functions | |
SlotAndPage () | |
bool | operator! () const |
Public Attributes | |
Ipc::Mem::PageId * | slot |
local slot variable, waiting to be filled More... | |
Ipc::Mem::PageId * | page |
local page variable, waiting to be filled More... | |
Detailed Description
Definition at line 109 of file MemStore.h.
Constructor & Destructor Documentation
◆ SlotAndPage()
|
inline |
Definition at line 112 of file MemStore.h.
Member Function Documentation
◆ operator!()
|
inline |
Definition at line 113 of file MemStore.h.
Member Data Documentation
◆ page
Ipc::Mem::PageId* MemStore::SlotAndPage::page |
Definition at line 115 of file MemStore.h.
Referenced by MemStore::noteFreeMapSlice(), operator!(), and MemStore::reserveSapForWriting().
◆ slot
Ipc::Mem::PageId* MemStore::SlotAndPage::slot |
Definition at line 114 of file MemStore.h.
Referenced by MemStore::noteFreeMapSlice(), operator!(), and MemStore::reserveSapForWriting().
The documentation for this class was generated from the following file:
- src/MemStore.h