![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::HResult, including all inherited members.
AddCodes(const HResultCode *pCodes) | Gray::HResult | static |
AddCodesDefault() | Gray::HResult | static |
AddCodesFile(const FILECHAR_t *pszFilePath) | Gray::HResult | static |
AddCodesText(const char *pszText) | Gray::HResult | static |
Facility_t typedef | Gray::HResult | |
FromPOSIX(int iErrNo) noexcept | Gray::HResult | static |
FromWin32(DWORD dwWin32Code) noexcept | Gray::HResult | inlinestatic |
get_Code() const noexcept | Gray::HResult | inline |
get_Facility() const noexcept | Gray::HResult | inline |
GetCode(HRESULT hRes) noexcept | Gray::HResult | inlinestatic |
GetDef(HRESULT hRes, HRESULT hResDef=E_FAIL) noexcept | Gray::HResult | inlinestatic |
GetFacility(HRESULT hRes) noexcept | Gray::HResult | inlinestatic |
GetHResFromStr(const GChar_t *pszError, StrLen_t nLenError=-1) | Gray::HResult | static |
GetLast() noexcept | Gray::HResult | static |
GetLastDef(HRESULT hResDef=E_FAIL) noexcept | Gray::HResult | inlinestatic |
GetPOSIXLast() noexcept | Gray::HResult | static |
GetPOSIXLastDef(HRESULT hResDef=E_FAIL) noexcept | Gray::HResult | inlinestatic |
GetTextBase(HRESULT hRes) | Gray::HResult | static |
GetTextSys(HRESULT hRes, GChar_t *lpszError, StrLen_t nLenMaxError, void *pSource=nullptr, va_list vargs=k_va_list_empty) | Gray::HResult | static |
GetTextV(HRESULT hRes, GChar_t *lpszError, StrLen_t nLenMaxError, void *pSource=nullptr, va_list vargs=k_va_list_empty) | Gray::HResult | static |
HResult(HRESULT hRes) noexcept | Gray::HResult | inline |
HResult(FACILITY_TYPE eFacility, WORD wCode) noexcept | Gray::HResult | inline |
HResult(int eFacility, long wCode) noexcept | Gray::HResult | inline |
HResultTests class | Gray::HResult | friend |
IsFailure(HRESULT hRes) noexcept | Gray::HResult | inlinestatic |
isFailure() const noexcept | Gray::HResult | inline |
k_Facility | Gray::HResult | static |
m_hRes | Gray::HResult | |
Make(FACILITY_TYPE eFacility, WORD wCode) noexcept | Gray::HResult | inlinestatic |
Make(BYTE bReserved, FACILITY_TYPE eFacility, WORD wCode) noexcept | Gray::HResult | inlinestatic |
operator HRESULT() const noexcept | Gray::HResult | inline |