Ipc::QueueReaders Class Reference
shared array of QueueReaders More...
#include <Queue.h>
Collaboration diagram for Ipc::QueueReaders:
Public Member Functions | |
QueueReaders (const int aCapacity) | |
size_t | sharedMemorySize () const |
Static Public Member Functions | |
static size_t | SharedMemorySize (const int capacity) |
Public Attributes | |
const int | theCapacity |
Ipc::Mem::FlexibleArray< QueueReader > | theReaders |
number of readers More... | |
Detailed Description
Constructor & Destructor Documentation
◆ QueueReaders()
Ipc::QueueReaders::QueueReaders | ( | const int | aCapacity | ) |
Definition at line 55 of file Queue.cc.
References Must, and theCapacity.
Member Function Documentation
◆ sharedMemorySize()
◆ SharedMemorySize()
Member Data Documentation
◆ theCapacity
const int Ipc::QueueReaders::theCapacity |
Definition at line 78 of file Queue.h.
Referenced by QueueReaders().
◆ theReaders
Ipc::Mem::FlexibleArray<QueueReader> Ipc::QueueReaders::theReaders |
The documentation for this class was generated from the following files: