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