Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <IpSettings.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Member Functions | |
IpSettings () | |
IpSettings (iv::model::comms::net::eIpProtocolLayer protocolLayer, iv::types::ipAddress ip, iv::types::ipPort port) | |
IpSettings (const IpSettings &other) | |
IpSettings (IpSettings &&other) noexcept | |
~IpSettings () | |
IpSettings & | operator= (const IpSettings &other) |
IpSettings & | operator= (IpSettings &&other) noexcept |
bool | load (const iv::file::xml::node &node) |
bool | save (iv::file::xml::node &node) const |
Public Attributes | |
iv::model::comms::net::eIpProtocolLayer | _protocolLayer |
iv::types::ipAddress | _ip |
iv::types::ipPort | _port |
iv::model::comms::net::IpSettings::IpSettings | ( | ) |
iv::model::comms::net::IpSettings::IpSettings | ( | iv::model::comms::net::eIpProtocolLayer | protocolLayer, |
iv::types::ipAddress | ip, | ||
iv::types::ipPort | port ) |
|
default |
|
noexcept |
|
default |
bool iv::model::comms::net::IpSettings::load | ( | const iv::file::xml::node & | node | ) |
IpSettings & iv::model::comms::net::IpSettings::operator= | ( | const IpSettings & | other | ) |
|
noexcept |
bool iv::model::comms::net::IpSettings::save | ( | iv::file::xml::node & | node | ) | const |
iv::types::ipAddress iv::model::comms::net::IpSettings::_ip |
iv::types::ipPort iv::model::comms::net::IpSettings::_port |
iv::model::comms::net::eIpProtocolLayer iv::model::comms::net::IpSettings::_protocolLayer |