#include <ModXact.h>

Public Member Functions | |
| VirginBodyAct () | |
| void | plan () |
| void | disable () |
| bool | active () const |
| bool | disabled () const |
| uint64_t | offset () const |
| void | progress (size_t size) |
Private Types | |
| enum | State { stUndecided , stActive , stDisabled } |
Private Attributes | |
| int64_t | theStart |
| State | theState |
Detailed Description
Member Enumeration Documentation
◆ State
|
private |
Constructor & Destructor Documentation
◆ VirginBodyAct()
| Adaptation::Icap::VirginBodyAct::VirginBodyAct | ( | ) |
Definition at line 1900 of file ModXact.cc.
Member Function Documentation
◆ active()
|
inline |
Definition at line 69 of file ModXact.h.
References stActive, and theState.
Referenced by Adaptation::Icap::ModXact::virginBodyEndReached(), Adaptation::Icap::ModXact::virginContentData(), and Adaptation::Icap::ModXact::virginContentSize().
◆ disable()
| void Adaptation::Icap::VirginBodyAct::disable | ( | ) |
Definition at line 1910 of file ModXact.cc.
◆ disabled()
|
inline |
Definition at line 70 of file ModXact.h.
References stDisabled, and theState.
◆ offset()
| uint64_t Adaptation::Icap::VirginBodyAct::offset | ( | ) | const |
Definition at line 1925 of file ModXact.cc.
References Must.
Referenced by Adaptation::Icap::ModXact::virginBodyEndReached(), Adaptation::Icap::ModXact::virginContentData(), and Adaptation::Icap::ModXact::virginContentSize().
◆ plan()
| void Adaptation::Icap::VirginBodyAct::plan | ( | ) |
Definition at line 1903 of file ModXact.cc.
References Must.
◆ progress()
| void Adaptation::Icap::VirginBodyAct::progress | ( | size_t | size | ) |
Definition at line 1915 of file ModXact.cc.
Member Data Documentation
◆ theStart
◆ theState
|
private |
Definition at line 81 of file ModXact.h.
Referenced by active(), and disabled().
The documentation for this class was generated from the following files:
- src/adaptation/icap/ModXact.h
- src/adaptation/icap/ModXact.cc
