kblib 0.2.3
General utilities library for modern C++
Catch::MatchExpr< ArgT, MatcherT > Class Template Reference

#include <catch/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
 
 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
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Additional Inherited Members

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

Detailed Description

template<typename ArgT, typename MatcherT>
class Catch::MatchExpr< ArgT, MatcherT >

Definition at line 3770 of file catch.hpp.

Constructor & Destructor Documentation

◆ MatchExpr() [1/2]

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

Definition at line 3775 of file catch.hpp.

◆ MatchExpr() [2/2]

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

Definition at line 3775 of file catch.hpp.

Member Function Documentation

◆ streamReconstructedExpression() [1/2]

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

Implements Catch::ITransientExpression.

Definition at line 3782 of file catch.hpp.

◆ streamReconstructedExpression() [2/2]

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

Implements Catch::ITransientExpression.

Definition at line 3782 of file catch.hpp.


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