coral
A C++ library for distributed co-simulation
|
Functions and classes used for communication over the Internet Protocol. More...
Classes | |
class | Address |
An object which identifies an internet host or network interface as either an IPv4 address or a textual name. More... | |
class | Endpoint |
An object which identifies an endpoint for Internet communication as a combination of an address and a port number. More... | |
class | Port |
An object which represents an internet port number. More... | |
Functions | |
bool | operator== (const Address &a1, const Address &a2) |
Equality operator for coral::net::ip::Address . More... | |
bool | operator!= (const Address &a1, const Address &a2) |
Inequality operator for coral::net::ip::Address . More... | |
Functions and classes used for communication over the Internet Protocol.
Inequality operator for coral::net::ip::Address
.
This is defined as the negation of operator==(const Address&, const Address&)
.
Equality operator for coral::net::ip::Address
.
This returns true
if and only if the addresses themselves match. No host name resolution or interface lookup is performed.