#include <CrestModel.h>
Definition at line 300 of file CrestModel.h.
◆ StoreDto() [1/3]
StoreDto::StoreDto |
( |
uint64_t |
l_since, |
|
|
const std::string & |
l_data |
|
) |
| |
|
inline |
◆ StoreDto() [2/3]
StoreDto::StoreDto |
( |
uint64_t |
since, |
|
|
const std::string & |
hash, |
|
|
const std::string & |
data |
|
) |
| |
|
inline |
◆ StoreDto() [3/3]
◆ from_json()
Definition at line 566 of file CrestModel.cxx.
569 storeDto.
hash = j.value(
"hash",
"");
570 storeDto.
since = j.value(
"since", 0.0);
571 storeDto.
data = j.value(
"data",
"");
◆ getStreamerInfo()
json StoreDto::getStreamerInfo |
( |
| ) |
const |
◆ setAppName()
void StoreDto::setAppName |
( |
const char * |
str | ) |
|
|
inline |
◆ setAppVersion()
void StoreDto::setAppVersion |
( |
const char * |
str | ) |
|
|
inline |
◆ to_json()
json StoreDto::to_json |
( |
| ) |
const |
◆ data
std::string StoreDto::data |
◆ hash
std::string StoreDto::hash |
◆ insertionTime
std::optional<std::string> StoreDto::insertionTime |
◆ m_app_name
std::optional<std::string> StoreDto::m_app_name |
|
private |
◆ m_app_version
std::optional<std::string> StoreDto::m_app_version |
|
private |
◆ since
The documentation for this class was generated from the following files: