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