#include <IUpdate.hpp>
|
using | TimePoint = std::chrono::system_clock::time_point |
|
Definition at line 30 of file IUpdate.hpp.
◆ TimePoint
◆ ~IUpdate()
virtual Leosac::update::IUpdate::~IUpdate |
( |
| ) |
|
|
virtualdefault |
◆ description() [1/2]
virtual const std::string& Leosac::update::IUpdate::description |
( |
| ) |
const |
|
pure virtual |
◆ description() [2/2]
virtual void Leosac::update::IUpdate::description |
( |
const std::string & |
d | ) |
|
|
pure virtual |
◆ generated_at()
virtual const TimePoint& Leosac::update::IUpdate::generated_at |
( |
| ) |
const |
|
pure virtual |
◆ get_checkpoint()
◆ id()
virtual UpdateId Leosac::update::IUpdate::id |
( |
| ) |
const |
|
pure virtual |
◆ set_checkpoint()
Set the checkpoint for the update object.
The checkpoint represents the timepoint at which this update apply.
Implemented in Leosac::update::Update.
◆ source_module() [1/2]
virtual const std::string& Leosac::update::IUpdate::source_module |
( |
| ) |
const |
|
pure virtual |
◆ source_module() [2/2]
virtual void Leosac::update::IUpdate::source_module |
( |
const std::string & |
s | ) |
|
|
pure virtual |
◆ status() [1/2]
virtual Status Leosac::update::IUpdate::status |
( |
| ) |
const |
|
pure virtual |
◆ status() [2/2]
virtual void Leosac::update::IUpdate::status |
( |
Status |
st | ) |
|
|
pure virtual |
◆ status_updated_at()
virtual const TimePoint& Leosac::update::IUpdate::status_updated_at |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: