◆ AppliedFileEntry()
UpdateFetcher::AppliedFileEntry::AppliedFileEntry |
( |
std::string const & |
name_, |
|
|
std::string const & |
hash_, |
|
|
State |
state_, |
|
|
uint64 |
timestamp_ |
|
) |
| |
|
inline |
uint64 const timestamp
Definition UpdateFetcher.h:88
State const state
Definition UpdateFetcher.h:87
std::string const name
Definition UpdateFetcher.h:85
std::string const hash
Definition UpdateFetcher.h:86
◆ GetStateAsString()
std::string UpdateFetcher::AppliedFileEntry::GetStateAsString |
( |
| ) |
const |
|
inline |
◆ StateConvert() [1/2]
static std::string UpdateFetcher::AppliedFileEntry::StateConvert |
( |
State const |
state | ) |
|
|
inlinestatic |
105 {
107 {
109 return "RELEASED";
111 return "CUSTOM";
113 return "PENDING";
115 return "MODULE";
117 return "ARCHIVED";
118 default:
119 return "";
120 }
121 }
@ PENDING
Definition UpdateFetcher.h:75
@ CUSTOM
Definition UpdateFetcher.h:74
@ RELEASED
Definition UpdateFetcher.h:73
@ ARCHIVED
Definition UpdateFetcher.h:77
@ MODULE
Definition UpdateFetcher.h:76
◆ StateConvert() [2/2]
static State UpdateFetcher::AppliedFileEntry::StateConvert |
( |
std::string const & |
state | ) |
|
|
inlinestatic |
◆ hash
std::string const UpdateFetcher::AppliedFileEntry::hash |
◆ name
std::string const UpdateFetcher::AppliedFileEntry::name |
◆ state
State const UpdateFetcher::AppliedFileEntry::state |
◆ timestamp
uint64 const UpdateFetcher::AppliedFileEntry::timestamp |
The documentation for this struct was generated from the following file: