|
StormByte C++ Library: Network module 1.1.0
StormByte-Network is the C++26 networking module of the StormByte suite.
|


Go to the source code of this file.
Namespaces | |
| namespace | StormByte |
| namespace | StormByte::Network |
| Network module of the StormByte suite. | |
| namespace | StormByte::Network::Connection |
| Connection types of the Network module. | |
| namespace | StormByte::Network::Connection::Read |
| Read-side result codes. | |
| namespace | StormByte::Network::Connection::Write |
| Write-side result codes. | |
Functions | |
| constexpr std::string | StormByte::Network::Connection::ToString (const StormByte::Network::Connection::Read::Result &result) noexcept |
| Read result as text. | |
| constexpr std::string | StormByte::Network::Connection::ToString (const StormByte::Network::Connection::Write::Result &result) noexcept |
| Write result as text. | |