Public Member Functions | Private Attributes | List of all members
Catch::MatchExpr< ArgT, MatcherT > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::MatchExpr< ArgT, MatcherT >:
Inheritance graph
[legend]

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 getResult () const -> bool
 
auto isBinaryExpression () 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
 

Detailed Description

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

Definition at line 2913 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 2918 of file catch.hpp.

Member Function Documentation

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

Implements Catch::ITransientExpression.

Definition at line 2925 of file catch.hpp.

Member Data Documentation

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

Definition at line 2914 of file catch.hpp.

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

Definition at line 2915 of file catch.hpp.

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

Definition at line 2916 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26