|
using | Type = SOCKET |
| The type of the socket.
|
|
◆ Handler() [1/2]
StormByte::Network::Connection::Handler::Handler |
( |
const Handler & |
other | ) |
|
|
delete |
The copy constructor of the Handler class.
- Parameters
-
◆ Handler() [2/2]
StormByte::Network::Connection::Handler::Handler |
( |
Handler && |
other | ) |
|
|
deletenoexcept |
The move constructor of the Handler class.
- Parameters
-
◆ LastError()
std::string StormByte::Network::Connection::Handler::LastError |
( |
| ) |
const |
|
noexcept |
The function to get the last error.
- Returns
- The last error.
◆ LastErrorCode()
int StormByte::Network::Connection::Handler::LastErrorCode |
( |
| ) |
const |
|
noexcept |
Get last error code.
- Returns
- The last error code.
◆ operator=() [1/2]
Handler & StormByte::Network::Connection::Handler::operator= |
( |
const Handler & |
other | ) |
|
|
delete |
The assignment operator of the Handler class.
- Parameters
-
- Returns
- The reference to the assigned Handler.
◆ operator=() [2/2]
Handler & StormByte::Network::Connection::Handler::operator= |
( |
Handler && |
other | ) |
|
|
deletenoexcept |
The move assignment operator of the Handler class.
- Parameters
-
- Returns
- The reference to the assigned Handler.
The documentation for this class was generated from the following file:
- /home/runner/work/StormByte-Network/StormByte-Network/lib/public/StormByte/network/connection/handler.hxx