|
10Duke Enterprise C++ Client
|
#include <AbstractBaseSocket.h>
Wraps the socket descriptor for RAII.
Public Member Functions | |
| SocketDescriptor (int descriptor) | |
| Creates new instance. | |
| int | get () const |
| Returns the descriptor. | |
|
explicit |
Creates new instance.
| descriptor | - |
|
inline |
Returns the descriptor.