Ipc::FewToFewBiQueue::Metadata Struct Reference
Shared metadata for FewToFewBiQueue. More...
Collaboration diagram for Ipc::FewToFewBiQueue::Metadata:
Public Member Functions | |
Metadata (const int aGroupASize, const int aGroupAIdOffset, const int aGroupBSize, const int aGroupBIdOffset) | |
size_t | sharedMemorySize () const |
Static Public Member Functions | |
static size_t | SharedMemorySize (const int, const int, const int, const int) |
Public Attributes | |
const int | theGroupASize |
const int | theGroupAIdOffset |
const int | theGroupBSize |
const int | theGroupBIdOffset |
Detailed Description
Constructor & Destructor Documentation
◆ Metadata()
Ipc::FewToFewBiQueue::Metadata::Metadata | ( | const int | aGroupASize, |
const int | aGroupAIdOffset, | ||
const int | aGroupBSize, | ||
const int | aGroupBIdOffset | ||
) |
Definition at line 343 of file Queue.cc.
References Must, theGroupASize, and theGroupBSize.
Referenced by SharedMemorySize().
Member Function Documentation
◆ sharedMemorySize()
|
inline |
◆ SharedMemorySize()
|
inlinestatic |
Definition at line 253 of file Queue.h.
References Metadata().
Member Data Documentation
◆ theGroupAIdOffset
◆ theGroupASize
const int Ipc::FewToFewBiQueue::Metadata::theGroupASize |
Definition at line 255 of file Queue.h.
Referenced by Metadata().
◆ theGroupBIdOffset
◆ theGroupBSize
const int Ipc::FewToFewBiQueue::Metadata::theGroupBSize |
Definition at line 257 of file Queue.h.
Referenced by Metadata().
The documentation for this struct was generated from the following files: