|
ADTF
|
Namespace for all functionality provided by A_UTILS. More...
Namespaces | |
| namespace | log |
| namespace for default logging functionality within A_UTILS_NS | |
Classes | |
| class | cResult |
| A common result class usable as return value throughout. More... | |
Functions | |
| tBool | operator!= (const cResult &i_oLHS, const cResult &i_oRHS) noexcept |
| Negated comparison operator (shallow comparison) | |
| tBool | operator== (const cResult &i_oLHS, const cResult &i_oRHS) |
| template<tErrorCode::error_code_type ErrorCode> | |
| tBool | operator== (const cResult &oResult, const tError< ErrorCode > &sCode) noexcept |
| Comparison operator (equality) for objects of type cResult and tError. | |
| template<tErrorCode::error_code_type ErrorCode> | |
| tBool | operator!= (const cResult &oResult, const tError< ErrorCode > &sCode) noexcept |
| Comparison operator (inequality) for objects of type cResult and tError. | |
| template<tErrorCode::error_code_type ErrorCode> | |
| tBool | operator== (const tError< ErrorCode > &sCode, const cResult &oResult) noexcept |
| Comparison operator (equality) for objects of type cResult and tError. | |
| template<tErrorCode::error_code_type ErrorCode> | |
| tBool | operator!= (const tError< ErrorCode > &sCode, const cResult &oResult) noexcept |
| Comparison operator (inequality) for objects of type cResult and tError. | |
| void | swap (cResult &i_oLHS, cResult &i_oRHS) |
Namespace for all functionality provided by A_UTILS.
Negated comparison operator (shallow comparison)
| [in,out] | i_oLHS | Left hand side result object. |
| [in,out] | i_oRHS | Right hand side result object. |
|
inlinenoexcept |
Comparison operator (inequality) for objects of type cResult and tError.
| ErrorCode | Compile time constant error code |
| [in] | oResult | Left hand side result object |
| [in] | sCode | Right hand side error object |
|
inlinenoexcept |
Comparison operator (inequality) for objects of type cResult and tError.
| ErrorCode | Compile time constant error code |
| [in] | sCode | Left hand side error object |
| [in] | oResult | Right hand side result object |
| [in,out] | i_oLHS | Left hand side result object. |
| [in,out] | i_oRHS | Right hand side result object. |
|
inlinenoexcept |
Comparison operator (equality) for objects of type cResult and tError.
| ErrorCode | Compile time constant error code |
| [in] | oResult | Left hand side result object |
| [in] | sCode | Right hand side error object |
|
inlinenoexcept |
Comparison operator (equality) for objects of type cResult and tError.
| ErrorCode | Compile time constant error code |
| [in] | sCode | Left hand side error object |
| [in] | oResult | Right hand side result object |