21 #ifndef GF_UDP_SOCKET_H 22 #define GF_UDP_SOCKET_H 29 #include "SocketAddress.h" 34 #ifndef DOXYGEN_SHOULD_SKIP_THIS 91 SocketAddress getRemoteAddress(
const std::string& hostname,
const std::string& service);
135 #ifndef DOXYGEN_SHOULD_SKIP_THIS 140 #endif // GF_UDP_SOCKET_H SocketFamily
A socket family.
Definition: SocketAddress.h:50
The result of a socket operation.
Definition: SocketTypes.h:89
Semantic type to represent "any".
Definition: Types.h:69
Unspecified (either IPv4 or IPv6)
The namespace for gf classes.
Definition: Action.h:35
A UDP socket.
Definition: UdpSocket.h:51
A network socket.
Definition: Socket.h:41
A socket address.
Definition: SocketAddress.h:78