Classes | |
| class | Exception |
| Lightweight exception wrapper for MXNetwork failures. More... | |
| struct | MXNetworkInit |
| RAII helper that initializes and shuts down the platform socket subsystem. More... | |
| class | Socket |
| C++ wrapper around the MXNetwork socket API. More... | |
| struct | SocketAddress |
Enumerations | |
| enum class | SocketType { TYPE_INVALID = 0 , TYPE_INET , TYPE_INET6 , TYPE_UNIX , TYPE_INET_DGRAM , TYPE_INET6_DGRAM , TYPE_UNIX_DGRAM } |
| Socket family and transport type. More... | |
|
strong |
Socket family and transport type.
Definition at line 37 of file socket.hpp.