25 #include "SocketAddress.h" 26 #include "SocketGuard.h" 27 #include "SocketTypes.h" 30 #ifndef DOXYGEN_SHOULD_SKIP_THIS 80 operator bool () const noexcept {
103 void setNonBlocking();
106 #ifndef DOXYGEN_SHOULD_SKIP_THIS 127 #ifndef DOXYGEN_SHOULD_SKIP_THIS 132 #endif // GF_SOCKET_H The namespace for gf classes.
Definition: Action.h:35
constexpr SocketHandle InvalidSocketHandle
An invalid socket handle.
Definition: SocketTypes.h:67
A socket selector.
Definition: SocketSelector.h:50
A guard to handle library initialization.
Definition: SocketGuard.h:42
implementation-defined SocketHandle
A native socket handle.
Definition: SocketTypes.h:55
A network socket.
Definition: Socket.h:41
A socket address.
Definition: SocketAddress.h:78