36void fromStr(
NifList&,
const std::string&,
const std::string& = std::string(
"; ,"));
105 std::string address_;
119 toStr(str, connection);
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_LTWT
#define ONIXS_CMEMDH_NAMESPACE_END
#define ONIXS_CMEMDH_EXPORTED
Network feed connection attributes.
const std::string & address() const
Identifies connection address.
NetFeedConnection()
Initializes blank instance.
NetFeedConnection(const std::string &address, UInt32 port)
const NifList & nifs() const
~NetFeedConnection()
Cleans everything up.
void address(const std::string &address)
Updates connection address.
UInt32 port() const
Identifies connection port.
void port(UInt32 port)
Updates connection port.
std::vector< std::string > NifList
List of network interfaces.
bool fromStr(Decimal &, const Char *, size_t)
void toStr(std::string &, BookState::Enum)
Serializes book state value into a string.
Establishes the order between two connections.
bool operator()(const NetFeedConnection &, const NetFeedConnection &) const
Establishes the order between two connections.