class
#include <eckit/net/Endpoint.h>
Endpoint
Constructors, destructors, conversion operators
-
Endpoint(const std::
string&) -
Endpoint(const std::
string& host, int port) - Endpoint(Stream& s)
- Endpoint()
- ~Endpoint() virtual
- operator std::string() const
Public functions
-
auto hostname() const -> const std::
string& virtual -
auto host() const -> const std::
string& - auto port() const -> int
-
auto operator==(const net::
Endpoint& other) const -> bool -
void print(std::
ostream& os) const - void encode(Stream& s) const
Friends
-
auto operator<<(std::
ostream& os, const net:: Endpoint& ep) -> std:: ostream& -
auto operator<<(Stream& s,
const net::
Endpoint& ep) -> Stream&