Adaptation::Icap::SizedEstimate Class Reference
#include <ModXact.h>
Collaboration diagram for Adaptation::Icap::SizedEstimate:

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 |
Detailed Description
Member Enumeration Documentation
◆ anonymous enum
Constructor & Destructor Documentation
◆ SizedEstimate()
| Adaptation::Icap::SizedEstimate::SizedEstimate | ( | ) |
Definition at line 1874 of file ModXact.cc.
Member Function Documentation
◆ expect()
| void Adaptation::Icap::SizedEstimate::expect | ( | int64_t | aSize | ) |
Definition at line 1878 of file ModXact.cc.
◆ expected()
| bool Adaptation::Icap::SizedEstimate::expected | ( | ) | const |
Definition at line 1883 of file ModXact.cc.
◆ knownSize()
| bool Adaptation::Icap::SizedEstimate::knownSize | ( | ) | const |
Definition at line 1888 of file ModXact.cc.
References Must.
◆ size()
| uint64_t Adaptation::Icap::SizedEstimate::size | ( | ) | const |
Definition at line 1894 of file ModXact.cc.
References Must.
Member Data Documentation
◆ theData
The documentation for this class was generated from the following files:
- src/adaptation/icap/ModXact.h
- src/adaptation/icap/ModXact.cc
