21 #ifndef GF_SOCKET_TYPES_H 22 #define GF_SOCKET_TYPES_H 33 #ifndef DOXYGEN_SHOULD_SKIP_THIS 37 #ifndef DOXYGEN_SHOULD_SKIP_THIS 67 constexpr
SocketHandle InvalidSocketHandle = implemetation-defined;
104 #ifndef DOXYGEN_SHOULD_SKIP_THIS 109 #endif // GF_SOCKET_TYPES_H An event is pending on the sockets.
Some data has been sent or received.
The result of a socket operation.
Definition: SocketTypes.h:89
The connection is closed.
SocketSelectorStatus
The status of the selector.
Definition: SocketTypes.h:98
The namespace for gf classes.
Definition: Action.h:35
SocketStatus status
The status of the operation.
Definition: SocketTypes.h:90
constexpr SocketHandle InvalidSocketHandle
An invalid socket handle.
Definition: SocketTypes.h:67
std::size_t length
The length of sent or received data.
Definition: SocketTypes.h:91
SocketStatus
The status of a socket operation.
Definition: SocketTypes.h:76
The socket would have blocked.
implementation-defined SocketHandle
A native socket handle.
Definition: SocketTypes.h:55