ADTF
|
This is the complete list of members for cResult, including all inherited members.
CreateFrom(tErrorCode::error_code_type i_nErrorCode, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) noexcept | cResult | privatestatic |
cResult() noexcept | cResult | inline |
cResult(decltype(ERR_NOERROR)) noexcept | cResult | inline |
cResult(const tError< ErrorCode > &i_oError) noexcept | cResult | inline |
cResult(tErrorCode i_oError) noexcept | cResult | inline |
cResult(tError< ErrorCode > i_oError, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) noexcept | cResult | inlineexplicit |
cResult(tErrorCode::error_code_type i_nErrorCode) noexcept | cResult | inlineexplicit |
cResult(tErrorCode::error_code_type i_nErrorCode, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) noexcept | cResult | inlineexplicit |
cResult(const cResult &i_oResult, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) noexcept | cResult | inlineexplicit |
cResult(const cResult &i_oOther) noexcept | cResult | |
cResult(cResult &&i_oOther) noexcept | cResult | inline |
cResult(tErrorCode i_nErrorCode, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction, const tChar *i_strErrorCode) noexcept | cResult | explicitprivate |
description_type typedef | cResult | private |
GetDescription() const noexcept | cResult | |
GetErrorCode() const noexcept | cResult | |
GetErrorString() const noexcept | cResult | |
GetErrorString(const tErrorCode &i_oErrorCode) noexcept | cResult | privatestatic |
GetFile() const noexcept | cResult | |
GetFunction() const noexcept | cResult | |
GetLine() const noexcept | cResult | |
IsEqual(const tError< ErrorCode > &i_oErrorVal) const noexcept | cResult | inline |
IsEqual(const ErrorTypes &... i_oErrorVals) const noexcept | cResult | inline |
IsFailed() const noexcept | cResult | inline |
IsOk() const noexcept | cResult | inline |
m_oResultHandler | cResult | private |
operator=(decltype(ERR_NOERROR)) noexcept | cResult | inline |
operator=(cResult i_oOther) noexcept | cResult | inline |
operator==(const cResult &i_oLHS, const cResult &i_oRHS) | cResult | friend |
swap(cResult &i_oLHS, cResult &i_oRHS) | cResult | friend |
~cResult() noexcept | cResult |