

Public Types | |
typedef RefCount< DelayIdComposite > | Pointer |
Public Member Functions | |
Id (RefCount< VectorPool >, int) | |
int | bytesWanted (int min, int max) const override |
void | bytesIn (int qty) override |
virtual void | delayRead (const AsyncCallPointer &) |
Private Member Functions | |
MEMPROXY_CLASS (VectorPool::Id) | |
Private Attributes | |
RefCount< VectorPool > | theVector |
int | theIndex |
Detailed Description
Definition at line 136 of file delay_pools.cc.
Member Typedef Documentation
◆ Pointer
|
inherited |
Definition at line 23 of file DelayIdComposite.h.
Constructor & Destructor Documentation
◆ Id()
VectorPool::Id::Id | ( | RefCount< VectorPool > | aPool, |
int | anIndex | ||
) |
Definition at line 714 of file delay_pools.cc.
Member Function Documentation
◆ bytesIn()
|
overridevirtual |
Implements DelayIdComposite.
Definition at line 724 of file delay_pools.cc.
◆ bytesWanted()
Implements DelayIdComposite.
Definition at line 718 of file delay_pools.cc.
◆ delayRead()
|
inlinevirtualinherited |
Reimplemented in Aggregate::AggregateId, DelayTagged::Id, and DelayVector::Id.
Definition at line 29 of file DelayIdComposite.h.
References fatal().
Referenced by DelayId::delayRead().
◆ MEMPROXY_CLASS()
|
private |
Member Data Documentation
◆ theIndex
|
private |
Definition at line 147 of file delay_pools.cc.
◆ theVector
|
private |
Definition at line 146 of file delay_pools.cc.
The documentation for this class was generated from the following file:
- src/delay_pools.cc