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) | cResult | privatestatic |
cResult() | cResult | inline |
cResult(decltype(ERR_NOERROR)) | cResult | inline |
cResult(const tError< ErrorCode > &i_oError) | cResult | inline |
cResult(tErrorCode i_oError) | cResult | inline |
cResult(tError< ErrorCode > i_oError, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) | cResult | inlineexplicit |
cResult(tErrorCode::error_code_type i_nErrorCode) | cResult | inlineexplicit |
cResult(tErrorCode::error_code_type i_nErrorCode, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) | cResult | inlineexplicit |
cResult(const cResult &i_oResult, const tChar *i_strErrorDescription, tInt32 i_nLine, const tChar *i_strFile, const tChar *i_strFunction) | cResult | inlineexplicit |
cResult(const cResult &i_oOther) | cResult | |
cResult(cResult &&i_oOther) | 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) | cResult | explicitprivate |
description_type typedef | cResult | private |
GetDescription() const | cResult | |
GetErrorCode() const | cResult | |
GetErrorString() const | cResult | |
GetErrorString(const tErrorCode &i_oErrorCode) | cResult | privatestatic |
GetFile() const | cResult | |
GetFunction() const | cResult | |
GetLine() const | cResult | |
IsEqual(const tError< ErrorCode > &i_oErrorVal) const | cResult | inline |
IsEqual(const ErrorTypes &... i_oErrorVals) const | cResult | inline |
IsFailed() const | cResult | inline |
IsOk() const | cResult | inline |
m_oResultHandler | cResult | private |
operator=(decltype(ERR_NOERROR)) | cResult | inline |
operator=(cResult i_oOther) | cResult | inline |
operator==(const cResult &i_oLHS, const cResult &i_oRHS) | cResult | friend |
swap(cResult &i_oLHS, cResult &i_oRHS) | cResult | friend |
~cResult() | cResult |