ADTF  3.18.3
result_description.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

struct  result_description_traits< DescriptionType >
 Traits type for the result description. More...
 
struct  result_description< DescriptionType >
 64 Bit error type has max 63 Bit large pointer type member variable More...
 

Namespaces

 A_UTILS_NS
 ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
 

Functions

template<typename T >
tBool operator== (const result_description< T > &i_oLHS, const result_description< T > &i_oRHS) noexcept
 Compare two result description objects for equality. More...
 
template<typename T >
tBool operator!= (const result_description< T > &i_oLHS, const result_description< T > &i_oRHS) noexcept
 Compare two result description objects for inequality. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file result_description.h.

Function Documentation

◆ operator!=()

tBool A_UTILS_NS::detail::operator!= ( const result_description< T > &  i_oLHS,
const result_description< T > &  i_oRHS 
)
inlinenoexcept

Compare two result description objects for inequality.

Template Parameters
TDetailed description type
Parameters
[in]i_oLHSLeft hand side result description object
[in]i_oRHSRight hand side result description object
Returns
tTrue if both result description objects compare not equal, tFalse otherwise

Definition at line 238 of file result_description.h.

◆ operator==()

tBool A_UTILS_NS::detail::operator== ( const result_description< T > &  i_oLHS,
const result_description< T > &  i_oRHS 
)
inlinenoexcept

Compare two result description objects for equality.

Template Parameters
TDetailed description type
Parameters
[in]i_oLHSLeft hand side result description object
[in]i_oRHSRight hand side result description object
Returns
tTrue if both result description objects compare equal, tFalse otherwise

Definition at line 214 of file result_description.h.