#include <DelayIdComposite.h>


Public Types | |
typedef RefCount< DelayIdComposite > | Pointer |
Public Member Functions | |
virtual | ~DelayIdComposite () |
virtual int | bytesWanted (int min, int max) const =0 |
virtual void | bytesIn (int qty)=0 |
virtual void | delayRead (const AsyncCallPointer &) |
Detailed Description
Definition at line 19 of file DelayIdComposite.h.
Member Typedef Documentation
◆ Pointer
Definition at line 23 of file DelayIdComposite.h.
Constructor & Destructor Documentation
◆ ~DelayIdComposite()
|
inlinevirtual |
Definition at line 24 of file DelayIdComposite.h.
Member Function Documentation
◆ bytesIn()
|
pure virtual |
Implemented in NullDelayId, DelayVector::Id, DelayUser::Id, DelayTagged::Id, ClassCHostPool::Id, VectorPool::Id, and Aggregate::AggregateId.
Referenced by DelayId::bytesIn().
◆ bytesWanted()
Implemented in NullDelayId, DelayVector::Id, DelayUser::Id, DelayTagged::Id, ClassCHostPool::Id, VectorPool::Id, and Aggregate::AggregateId.
Referenced by DelayId::bytesWanted().
◆ delayRead()
|
inlinevirtual |
Reimplemented in DelayVector::Id, DelayTagged::Id, and Aggregate::AggregateId.
Definition at line 29 of file DelayIdComposite.h.
References fatal().
Referenced by DelayId::delayRead().
The documentation for this class was generated from the following file: