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