|
Squid Web Cache master
|
Public Types | |
| typedef RefCount< DelayIdComposite > | Pointer |
Public Member Functions | |
| Id (RefCount< DelayVector >, CompositeSelectionDetails &) | |
| ~Id () override | |
| int | bytesWanted (int min, int max) const override |
| void | bytesIn (int qty) override |
| void | delayRead (const AsyncCallPointer &) override |
Private Types | |
| typedef std::vector< DelayIdComposite::Pointer >::iterator | iterator |
| typedef std::vector< DelayIdComposite::Pointer >::const_iterator | const_iterator |
Private Member Functions | |
| MEMPROXY_CLASS (DelayVector::Id) | |
Private Attributes | |
| RefCount< DelayVector > | theVector |
| std::vector< DelayIdComposite::Pointer > | ids |
Definition at line 37 of file DelayVector.h.
|
private |
Definition at line 52 of file DelayVector.h.
|
private |
Definition at line 51 of file DelayVector.h.
|
inherited |
Definition at line 23 of file DelayIdComposite.h.
| DelayVector::Id::Id | ( | RefCount< DelayVector > | aDelayVector, |
| CompositeSelectionDetails & | details | ||
| ) |
Definition at line 85 of file DelayVector.cc.
References debugs, ids, DelayVector::pools, and theVector.
|
override |
Definition at line 96 of file DelayVector.cc.
References debugs.
|
overridevirtual |
Implements DelayIdComposite.
Definition at line 117 of file DelayVector.cc.
Implements DelayIdComposite.
Definition at line 102 of file DelayVector.cc.
|
overridevirtual |
Reimplemented from DelayIdComposite.
Definition at line 130 of file DelayVector.cc.
|
private |
|
private |
Definition at line 50 of file DelayVector.h.
Referenced by Id().
|
private |
Definition at line 49 of file DelayVector.h.
Referenced by Id().