Ipc::MemMap::Shared Class Reference
data shared across maps in different processes More...
#include <MemMap.h>
Collaboration diagram for Ipc::MemMap::Shared:
Public Member Functions | |
Shared (const int aLimit, const size_t anExtrasSize) | |
size_t | sharedMemorySize () const |
~Shared () | |
Static Public Member Functions | |
static size_t | SharedMemorySize (const int limit, const size_t anExtrasSize) |
Public Attributes | |
const int | limit |
maximum number of map slots More... | |
const size_t | extrasSize |
size of slot extra data More... | |
std::atomic< int > | count |
current number of map slots More... | |
Ipc::Mem::FlexibleArray< Slot > | slots |
storage More... | |
Detailed Description
Constructor & Destructor Documentation
◆ Shared()
◆ ~Shared()
Member Function Documentation
◆ sharedMemorySize()
◆ SharedMemorySize()
Member Data Documentation
◆ count
◆ extrasSize
◆ limit
◆ slots
Ipc::Mem::FlexibleArray<Slot> Ipc::MemMap::Shared::slots |
The documentation for this class was generated from the following files: