Agora  1.2.0
Agora project
Catch::MatchExpr< ArgT, MatcherT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::MatchExpr< ArgT, MatcherT >:
Collaboration diagram for Catch::MatchExpr< ArgT, MatcherT >:

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

- Public Attributes inherited from Catch::ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Constructor & Destructor Documentation

◆ MatchExpr()

template<typename ArgT , typename MatcherT >
Catch::MatchExpr< ArgT, MatcherT >::MatchExpr ( ArgT const &  arg,
MatcherT const &  matcher,
StringRef const &  matcherString 
)
inline
Here is the call graph for this function:

Member Function Documentation

◆ streamReconstructedExpression()

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

Implements Catch::ITransientExpression.

Here is the call graph for this function:

Member Data Documentation

◆ m_arg

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

◆ m_matcher

template<typename ArgT , typename MatcherT >
MatcherT Catch::MatchExpr< ArgT, MatcherT >::m_matcher
private

◆ m_matcherString

template<typename ArgT , typename MatcherT >
StringRef Catch::MatchExpr< ArgT, MatcherT >::m_matcherString
private

The documentation for this class was generated from the following file: