activemq-cpp-3.6.0
decaf::net::SocketError Class Reference

Static utility class to simplify handling of error codes for socket operations. More...

#include <src/main/decaf/net/SocketError.h>

Static Public Member Functions

static int getErrorCode ()
 Gets the last error appropriate for the platform.
static std::string getErrorString ()
 Gets the string description for the last error.

Detailed Description

Static utility class to simplify handling of error codes for socket operations.

Member Function Documentation

static int decaf::net::SocketError::getErrorCode ( )
static

Gets the last error appropriate for the platform.

static std::string decaf::net::SocketError::getErrorString ( )
static

Gets the string description for the last error.


The documentation for this class was generated from the following file: