LLVM: llvm::detail::ValueMatchesMono< T > Class Template Reference (original) (raw)

#include "[llvm/Testing/Support/Error.h](llvm%5F2Testing%5F2Support%5F2Error%5F8h%5Fsource.html)"

Inheritance diagram for llvm::detail::ValueMatchesMono< T >:

[legend]

Public Member Functions
ValueMatchesMono (const testing::Matcher< T > &Matcher)
bool MatchAndExplain (const ExpectedHolder< T > &Holder, testing::MatchResultListener *listener) const override
void DescribeTo (std::ostream *OS) const override
void DescribeNegationTo (std::ostream *OS) const override

Detailed Description

template<typename T>
class llvm::detail::ValueMatchesMono< T >

Definition at line 31 of file Error.h.

Constructor & Destructor Documentation

template<typename T>

llvm::detail::ValueMatchesMono< T >::ValueMatchesMono ( const testing::Matcher< T > & Matcher) inlineexplicit

Definition at line 34 of file Error.h.

Member Function Documentation

DescribeNegationTo()

template<typename T>

void llvm::detail::ValueMatchesMono< T >::DescribeNegationTo ( std::ostream * OS) const inlineoverride

Definition at line 58 of file Error.h.

DescribeTo()

template<typename T>

void llvm::detail::ValueMatchesMono< T >::DescribeTo ( std::ostream * OS) const inlineoverride

Definition at line 52 of file Error.h.

MatchAndExplain()

template<typename T>

bool llvm::detail::ValueMatchesMono< T >::MatchAndExplain ( const ExpectedHolder< T > & Holder, testing::MatchResultListener * listener ) const inlineoverride

Definition at line 37 of file Error.h.

References llvm::detail::ExpectedHolder< T >::Exp, and llvm::detail::ErrorHolder::Success().


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