Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::ZDALikeFormat Struct Reference

#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
 
ZDALikeFormatoperator= (const ZDALikeFormat &other)=default
 
ZDALikeFormatoperator= (ZDALikeFormat &&other) noexcept=default
 
bool load (const iv::file::xml::node &nodeZDALikeFormat)
 
bool save (iv::file::xml::node &nodeZDALikeFormat) const
 
std::optional< iv::types::timestampgetTimestamp () const
 

Public Attributes

iv::types::channelId utcTimeChannelId
 
iv::types::channelId yearChannelId
 
iv::types::channelId monthChannelId
 
iv::types::channelId dayChannelId
 

Constructor & Destructor Documentation

◆ ZDALikeFormat() [1/3]

iv::model::ZDALikeFormat::ZDALikeFormat ( )
default

◆ ZDALikeFormat() [2/3]

iv::model::ZDALikeFormat::ZDALikeFormat ( const ZDALikeFormat & other)
default

◆ ZDALikeFormat() [3/3]

iv::model::ZDALikeFormat::ZDALikeFormat ( ZDALikeFormat && other)
defaultnoexcept

◆ ~ZDALikeFormat()

iv::model::ZDALikeFormat::~ZDALikeFormat ( )
default

Member Function Documentation

◆ getTimestamp()

std::optional< iv::types::timestamp > iv::model::ZDALikeFormat::getTimestamp ( ) const

◆ load()

bool iv::model::ZDALikeFormat::load ( const iv::file::xml::node & nodeZDALikeFormat)

◆ operator=() [1/2]

ZDALikeFormat & iv::model::ZDALikeFormat::operator= ( const ZDALikeFormat & other)
default

◆ operator=() [2/2]

ZDALikeFormat & iv::model::ZDALikeFormat::operator= ( ZDALikeFormat && other)
defaultnoexcept

◆ save()

bool iv::model::ZDALikeFormat::save ( iv::file::xml::node & nodeZDALikeFormat) const

Member Data Documentation

◆ dayChannelId

iv::types::channelId iv::model::ZDALikeFormat::dayChannelId

◆ monthChannelId

iv::types::channelId iv::model::ZDALikeFormat::monthChannelId

◆ utcTimeChannelId

iv::types::channelId iv::model::ZDALikeFormat::utcTimeChannelId

◆ yearChannelId

iv::types::channelId iv::model::ZDALikeFormat::yearChannelId

The documentation for this struct was generated from the following files: