36 void fromStr(
NifList&,
const std::string&,
const std::string& = std::string(
"; ,"));
105 std::string address_;
119 toStr(str, connection);
std::vector< std::string > NifList
List of network interfaces.
const std::string & address() const
Identifies connection address.
Network feed connection attributes.
#define ONIXS_CMEMDH_LTWT
~NetFeedConnection()
Cleans everything up.
NetFeedConnection()
Initializes blank instance.
const NifList & nifs() const
List of network interfaces on which connection is to be binded (if binding to network interfaces is a...
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
void port(UInt32 port)
Updates connection port.
#define ONIXS_CMEMDH_EXPORTED
UInt32 port() const
Identifies connection port.
void address(const std::string &address)
Updates connection address.
NifList & nifs()
List of network interfaces on which connection is to be binded (if binding to network interfaces is a...
NetFeedConnection(const std::string &address, UInt32 port)
Initializes connection information using its primary attributes.
Establishes the order between two connections.
std::string toStr(const NetFeedConnection &connection)
Serializes feed connection attributes to a given string.
void fromStr(NifList &, const std::string &, const std::string &=std::string("; ,"))
Deserializes semicolon or comma-delimited list of hosts and/or network interface names.
#define ONIXS_CMEMDH_NAMESPACE_END