Public Types | |
typedef RefCount< DelayIdComposite > | Pointer |
Public Member Functions | |
void * | operator new (size_t byteCount) |
void | operator delete (void *address) |
AggregateId (RefCount< Aggregate >) | |
int | bytesWanted (int min, int max) const override |
void | bytesIn (int qty) override |
void | delayRead (const AsyncCallPointer &) override |
Static Public Member Functions | |
static int | UseCount () |
Static Private Member Functions | |
static Mem::AllocatorProxy & | Pool () |
Private Attributes | |
RefCount< Aggregate > | theAggregate |
Detailed Description
Definition at line 65 of file delay_pools.cc.
Member Typedef Documentation
◆ Pointer
|
inherited |
Definition at line 23 of file DelayIdComposite.h.
Constructor & Destructor Documentation
◆ AggregateId()
Definition at line 431 of file delay_pools.cc.
Member Function Documentation
◆ bytesIn()
|
overridevirtual |
Implements DelayIdComposite.
Definition at line 441 of file delay_pools.cc.
◆ bytesWanted()
Implements DelayIdComposite.
Definition at line 435 of file delay_pools.cc.
◆ delayRead()
|
overridevirtual |
Reimplemented from DelayIdComposite.
Definition at line 242 of file delay_pools.cc.
References CompositePoolNode::delayRead(), and theAggregate.
◆ operator delete()
|
inline |
Definition at line 67 of file delay_pools.cc.
◆ operator new()
|
inline |
Definition at line 67 of file delay_pools.cc.
◆ Pool()
|
inlinestaticprivate |
Definition at line 67 of file delay_pools.cc.
◆ UseCount()
|
inlinestatic |
Definition at line 67 of file delay_pools.cc.
Member Data Documentation
◆ theAggregate
Definition at line 76 of file delay_pools.cc.
Referenced by delayRead().
The documentation for this class was generated from the following file:
- src/delay_pools.cc