RAII helper that initializes and shuts down the platform socket subsystem. More...
#include <MXNetwork/include/mxnetwork/socket.hpp>
Public Member Functions | |
| MXNetworkInit () | |
| Initialize the socket backend for the current process. | |
| MXNetworkInit (const MXNetworkInit &)=delete | |
| MXNetworkInit & | operator= (const MXNetworkInit &)=delete |
| ~MXNetworkInit () | |
| Shut down the socket backend. | |
RAII helper that initializes and shuts down the platform socket subsystem.
Definition at line 21 of file socket.hpp.
| mxnetwork::MXNetworkInit::MXNetworkInit | ( | ) |
Initialize the socket backend for the current process.
Definition at line 14 of file socket.cpp.
| mxnetwork::MXNetworkInit::~MXNetworkInit | ( | ) |
Shut down the socket backend.
Definition at line 25 of file socket.cpp.
|
delete |
|
delete |