IPv4 subnet mask (for example 255.255.255.0). Only used in manual mode.
More...
#include <Zivid/NetworkConfiguration.h>
|
using | ValueType = std::string |
| The type of the underlying value.
|
|
IPv4 subnet mask (for example 255.255.255.0). Only used in manual mode.
◆ ValueType
The type of the underlying value.
◆ SubnetMask() [1/2]
Zivid::NetworkConfiguration::IPV4::SubnetMask::SubnetMask |
( |
| ) |
|
|
default |
◆ SubnetMask() [2/2]
Zivid::NetworkConfiguration::IPV4::SubnetMask::SubnetMask |
( |
std::string | value | ) |
|
|
inlineexplicit |
◆ operator!=()
bool Zivid::NetworkConfiguration::IPV4::SubnetMask::operator!= |
( |
const SubnetMask & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::NetworkConfiguration::IPV4::SubnetMask::operator< |
( |
const SubnetMask & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::NetworkConfiguration::IPV4::SubnetMask::operator<= |
( |
const SubnetMask & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::NetworkConfiguration::IPV4::SubnetMask::operator== |
( |
const SubnetMask & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::NetworkConfiguration::IPV4::SubnetMask::operator> |
( |
const SubnetMask & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::NetworkConfiguration::IPV4::SubnetMask::operator>= |
( |
const SubnetMask & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::NetworkConfiguration::IPV4::SubnetMask::toString |
( |
| ) |
const |
◆ value()
const std::string & Zivid::NetworkConfiguration::IPV4::SubnetMask::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< SubnetMask >
friend struct DataModel::Detail::Befriend< SubnetMask > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const SubnetMask & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::NetworkConfiguration::IPV4::SubnetMask::description |
|
staticconstexpr |
Initial value:{ R"description(IPv4 subnet mask (for example 255.255.255.0).
Only used in manual mode.
)description" }
The description for this value.
◆ name
const char* Zivid::NetworkConfiguration::IPV4::SubnetMask::name { "SubnetMask" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::NetworkConfiguration::IPV4::SubnetMask::path { "IPV4/SubnetMask" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: