|
Squid Web Cache master
|
shared array of QueueReaders More...
#include <Queue.h>
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 | |
| Ipc::QueueReaders::QueueReaders | ( | const int | aCapacity | ) |
Definition at line 55 of file Queue.cc.
References Must, and theCapacity.
| const int Ipc::QueueReaders::theCapacity |
Definition at line 78 of file Queue.h.
Referenced by QueueReaders().
| Ipc::Mem::FlexibleArray<QueueReader> Ipc::QueueReaders::theReaders |