Apache Mesos
Public Attributes | Protected Member Functions | List of all members
WindowsErrorBase Class Reference

#include <error.hpp>

Inheritance diagram for WindowsErrorBase:
Error WindowsError WindowsSocketError

Public Attributes

const DWORD code
 
- Public Attributes inherited from Error
const std::string message
 

Protected Member Functions

 WindowsErrorBase (DWORD _code)
 
 WindowsErrorBase (DWORD _code, const std::string &message)
 

Additional Inherited Members

- Public Member Functions inherited from Error
 Error (const std::string &_message)
 
bool operator== (const Error &that) const
 

Constructor & Destructor Documentation

WindowsErrorBase::WindowsErrorBase ( DWORD  _code)
inlineexplicitprotected
WindowsErrorBase::WindowsErrorBase ( DWORD  _code,
const std::string &  message 
)
inlineprotected

Member Data Documentation

const DWORD WindowsErrorBase::code

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