FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::MatchExpr< ArgT, MatcherT > Class Template Reference
Inheritance diagram for Catch::MatchExpr< ArgT, MatcherT >:
Catch::ITransientExpression

Public Member Functions

 MatchExpr (ArgT const &arg, MatcherT const &matcher, StringRef const &matcherString)
 
void streamReconstructedExpression (std::ostream &os) const override
 
- Public Member Functions inherited from Catch::ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Private Attributes

ArgT const & m_arg
 
MatcherT m_matcher
 
StringRef m_matcherString
 

Additional Inherited Members

- Data Fields inherited from Catch::ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

template<typename ArgT, typename MatcherT>
Catch::MatchExpr< ArgT, MatcherT >::MatchExpr ( ArgT const &  arg,
MatcherT const &  matcher,
StringRef const &  matcherString 
)
inline

Member Function Documentation

template<typename ArgT, typename MatcherT>
void Catch::MatchExpr< ArgT, MatcherT >::streamReconstructedExpression ( std::ostream &  os) const
inlineoverridevirtual

Field Documentation

template<typename ArgT, typename MatcherT>
ArgT const& Catch::MatchExpr< ArgT, MatcherT >::m_arg
private
template<typename ArgT, typename MatcherT>
MatcherT Catch::MatchExpr< ArgT, MatcherT >::m_matcher
private
template<typename ArgT, typename MatcherT>
StringRef Catch::MatchExpr< ArgT, MatcherT >::m_matcherString
private