Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <ChannelInterface.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Member Functions | |
ChannelInterface ()=default | |
ChannelInterface (const ChannelInterface &other)=default | |
~ChannelInterface ()=default | |
bool | load (const iv::file::xml::node &nodeChannelInterface) |
bool | save (iv::file::xml::node &nodeChannelInterface) const |
Public Attributes | |
std::optional< std::weak_ptr< iv::channels::AbstractChannel > > | m_channelRefOpt |
|
default |
|
default |
|
default |
bool iv::mimics::ChannelInterface::load | ( | const iv::file::xml::node & | nodeChannelInterface | ) |
bool iv::mimics::ChannelInterface::save | ( | iv::file::xml::node & | nodeChannelInterface | ) | const |
std::optional<std::weak_ptr<iv::channels::AbstractChannel> > iv::mimics::ChannelInterface::m_channelRefOpt |