The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CUsesWinsock Class Reference
[Sockets utility codeRAII - Resource Acquisition Is Initialization]

Inheritance diagram for CUsesWinsock:
Collaboration diagram for CUsesWinsock:

List of all members.


Detailed Description

A simple object to support scope based Winsock initialisation and uninitialisation. Create an instance of this at the scope where you want Winsock to be available and it will be automatically uninitialised when the scope ends.

Public Member Functions

 CUsesWinsock ()
 Note that we don't currently allow you to select the version of Winsock that you require...
 CUsesWinsock (const CUsesWinsock &rhs)
virtual ~CUsesWinsock ()
CUsesWinsockoperator= (const CUsesWinsock &rhs)

Constructor & Destructor Documentation

CUsesWinsock (  ) 

Note that we don't currently allow you to select the version of Winsock that you require...

CUsesWinsock ( const CUsesWinsock rhs  ) 

~CUsesWinsock (  )  [virtual]


Member Function Documentation

CUsesWinsock& operator= ( const CUsesWinsock rhs  ) 


Generated on Sun Sep 12 19:10:43 2021 for The Server Framework - v7.4 by doxygen 1.5.3