|
Squid Web Cache master
|
#include <ModXact.h>
Public Member Functions | |
| SizedEstimate () | |
| void | expect (int64_t aSize) |
| bool | expected () const |
| bool | knownSize () const |
| uint64_t | size () const |
Private Types | |
| enum | { dtUnexpected = -2 , dtUnknown = -1 } |
Private Attributes | |
| int64_t | theData |
| Adaptation::Icap::SizedEstimate::SizedEstimate | ( | ) |
Definition at line 1866 of file ModXact.cc.
| void Adaptation::Icap::SizedEstimate::expect | ( | int64_t | aSize | ) |
Definition at line 1870 of file ModXact.cc.
| bool Adaptation::Icap::SizedEstimate::expected | ( | ) | const |
Definition at line 1875 of file ModXact.cc.
| bool Adaptation::Icap::SizedEstimate::knownSize | ( | ) | const |
Definition at line 1880 of file ModXact.cc.
References Must.
| uint64_t Adaptation::Icap::SizedEstimate::size | ( | ) | const |
Definition at line 1886 of file ModXact.cc.
References Must.