Ylva And Malin
Public Member Functions
Catch::MatchExpr< ArgT, MatcherT > Class Template Reference

#include <catch.hpp>

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

Public Member Functions

 MatchExpr (ArgT const &arg, MatcherT const &matcher, StringRef 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 ()
 

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  matcherString 
)
inline

Member Function Documentation

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:


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