Adaptation::Icap::Preview Class Reference
#include <ModXact.h>
Collaboration diagram for Adaptation::Icap::Preview:
Public Member Functions | |
Preview () | |
void | enable (size_t anAd) |
bool | enabled () const |
size_t | ad () const |
size_t | debt () const |
bool | done () const |
bool | ieof () const |
void | wrote (size_t size, bool wroteEof) |
Private Types | |
enum | State { stDisabled , stWriting , stIeof , stDone } |
Private Attributes | |
size_t | theWritten |
size_t | theAd |
enum Adaptation::Icap::Preview::State | theState |
Detailed Description
Member Enumeration Documentation
◆ State
|
private |
Constructor & Destructor Documentation
◆ Preview()
Adaptation::Icap::Preview::Preview | ( | ) |
Definition at line 1931 of file ModXact.cc.
Member Function Documentation
◆ ad()
size_t Adaptation::Icap::Preview::ad | ( | ) | const |
Definition at line 1947 of file ModXact.cc.
References Must.
◆ debt()
size_t Adaptation::Icap::Preview::debt | ( | ) | const |
Definition at line 1965 of file ModXact.cc.
References Must.
◆ done()
bool Adaptation::Icap::Preview::done | ( | ) | const |
Definition at line 1953 of file ModXact.cc.
References Must.
◆ enable()
void Adaptation::Icap::Preview::enable | ( | size_t | anAd | ) |
Definition at line 1934 of file ModXact.cc.
References Must.
◆ enabled()
bool Adaptation::Icap::Preview::enabled | ( | ) | const |
Definition at line 1942 of file ModXact.cc.
◆ ieof()
bool Adaptation::Icap::Preview::ieof | ( | ) | const |
Definition at line 1959 of file ModXact.cc.
References Must.
◆ wrote()
void Adaptation::Icap::Preview::wrote | ( | size_t | size, |
bool | wroteEof | ||
) |
Definition at line 1971 of file ModXact.cc.
Member Data Documentation
◆ theAd
◆ theState
|
private |
◆ theWritten
The documentation for this class was generated from the following files:
- src/adaptation/icap/ModXact.h
- src/adaptation/icap/ModXact.cc