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 3769 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 3774 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 3781 of file catch.hpp.

Member Data Documentation

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

Definition at line 3770 of file catch.hpp.

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

Definition at line 3771 of file catch.hpp.

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

Definition at line 3772 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35