Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
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 ()
 

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()

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()

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.

References Catch::operator<<(), and Catch::Detail::unprintableString.

+ Here is the call graph for this function:

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