Apache Mesos
Public Member Functions | List of all members
WindowsSocketError Class Reference

#include <error.hpp>

Inheritance diagram for WindowsSocketError:
WindowsErrorBase Error

Public Member Functions

 WindowsSocketError ()
 
 WindowsSocketError (DWORD _code)
 
 WindowsSocketError (const std::string &message)
 
 WindowsSocketError (DWORD _code, const std::string &message)
 
- Public Member Functions inherited from Error
 Error (const std::string &_message)
 
bool operator== (const Error &that) const
 

Additional Inherited Members

- Public Attributes inherited from WindowsErrorBase
const DWORD code
 
- Public Attributes inherited from Error
const std::string message
 
- Protected Member Functions inherited from WindowsErrorBase
 WindowsErrorBase (DWORD _code)
 
 WindowsErrorBase (DWORD _code, const std::string &message)
 

Constructor & Destructor Documentation

WindowsSocketError::WindowsSocketError ( )
inline
WindowsSocketError::WindowsSocketError ( DWORD  _code)
inlineexplicit
WindowsSocketError::WindowsSocketError ( const std::string &  message)
inline
WindowsSocketError::WindowsSocketError ( DWORD  _code,
const std::string &  message 
)
inline

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