Gamedev Framework (gf)  0.17.0
A C++14 framework for 2D games
gf::SocketGuard Class Reference

A guard to handle library initialization. More...

#include <gf/SocketGuard.h>

Inheritance diagram for gf::SocketGuard:
Inheritance graph
[legend]

Detailed Description

A guard to handle library initialization.

This guard is used on Windows systems where the Winsock2 library must be initalized. Otherwise, this class has absolutely no use (and no code).

You should not create an instance of this class.

See also
gf::TcpListener, gf::TcpSocket, gf::UdpSocket