Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <structs.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Member Functions | |
ZDALikeFormat ()=default | |
ZDALikeFormat (const ZDALikeFormat &other)=default | |
ZDALikeFormat (ZDALikeFormat &&other) noexcept=default | |
~ZDALikeFormat ()=default | |
ZDALikeFormat & | operator= (const ZDALikeFormat &other)=default |
ZDALikeFormat & | operator= (ZDALikeFormat &&other) noexcept=default |
bool | load (const iv::file::xml::node &nodeZDALikeFormat) |
bool | save (iv::file::xml::node &nodeZDALikeFormat) const |
std::optional< iv::types::timestamp > | getTimestamp () const |
Public Attributes | |
iv::types::channelId | utcTimeChannelId |
iv::types::channelId | yearChannelId |
iv::types::channelId | monthChannelId |
iv::types::channelId | dayChannelId |
|
default |
|
default |
|
defaultnoexcept |
|
default |
std::optional< iv::types::timestamp > iv::model::ZDALikeFormat::getTimestamp | ( | ) | const |
bool iv::model::ZDALikeFormat::load | ( | const iv::file::xml::node & | nodeZDALikeFormat | ) |
|
default |
|
defaultnoexcept |
bool iv::model::ZDALikeFormat::save | ( | iv::file::xml::node & | nodeZDALikeFormat | ) | const |
iv::types::channelId iv::model::ZDALikeFormat::dayChannelId |
iv::types::channelId iv::model::ZDALikeFormat::monthChannelId |
iv::types::channelId iv::model::ZDALikeFormat::utcTimeChannelId |
iv::types::channelId iv::model::ZDALikeFormat::yearChannelId |