GNU Radio's DSD Package
testing::internal::MatcherBase< T > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::MatcherBase< T >:
testing::Matcher< const SelectedArgs & > testing::Matcher< const SelectedArgs & > testing::Matcher< T > testing::Matcher< T >

Public Member Functions

bool MatchAndExplain (T x, MatchResultListener *listener) const
bool Matches (T x) const
void DescribeTo (::std::ostream *os) const
void DescribeNegationTo (::std::ostream *os) const
void ExplainMatchResultTo (T x, ::std::ostream *os) const
const MatcherDescriberInterfaceGetDescriber () const
bool MatchAndExplain (T x, MatchResultListener *listener) const
bool Matches (T x) const
void DescribeTo (::std::ostream *os) const
void DescribeNegationTo (::std::ostream *os) const
void ExplainMatchResultTo (T x, ::std::ostream *os) const
const MatcherDescriberInterfaceGetDescriber () const

Protected Member Functions

 MatcherBase ()
 MatcherBase (const MatcherInterface< T > *impl)
virtual ~MatcherBase ()
 MatcherBase ()
 MatcherBase (const MatcherInterface< T > *impl)
virtual ~MatcherBase ()

Constructor & Destructor Documentation

◆ MatcherBase() [1/4]

template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( )
inlineprotected

◆ MatcherBase() [2/4]

template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( const MatcherInterface< T > * impl)
inlineexplicitprotected

◆ ~MatcherBase() [1/2]

template<typename T>
virtual testing::internal::MatcherBase< T >::~MatcherBase ( )
inlineprotectedvirtual

◆ MatcherBase() [3/4]

template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( )
inlineprotected

◆ MatcherBase() [4/4]

template<typename T>
testing::internal::MatcherBase< T >::MatcherBase ( const MatcherInterface< T > * impl)
inlineexplicitprotected

◆ ~MatcherBase() [2/2]

template<typename T>
virtual testing::internal::MatcherBase< T >::~MatcherBase ( )
inlineprotectedvirtual

Member Function Documentation

◆ DescribeNegationTo() [1/2]

template<typename T>
void testing::internal::MatcherBase< T >::DescribeNegationTo ( ::std::ostream * os) const
inline

◆ DescribeNegationTo() [2/2]

template<typename T>
void testing::internal::MatcherBase< T >::DescribeNegationTo ( ::std::ostream * os) const
inline

◆ DescribeTo() [1/2]

template<typename T>
void testing::internal::MatcherBase< T >::DescribeTo ( ::std::ostream * os) const
inline

◆ DescribeTo() [2/2]

template<typename T>
void testing::internal::MatcherBase< T >::DescribeTo ( ::std::ostream * os) const
inline

◆ ExplainMatchResultTo() [1/2]

template<typename T>
void testing::internal::MatcherBase< T >::ExplainMatchResultTo ( T x,
::std::ostream * os ) const
inline

References MatchAndExplain().

◆ ExplainMatchResultTo() [2/2]

template<typename T>
void testing::internal::MatcherBase< T >::ExplainMatchResultTo ( T x,
::std::ostream * os ) const
inline

References MatchAndExplain().

◆ GetDescriber() [1/2]

template<typename T>
const MatcherDescriberInterface * testing::internal::MatcherBase< T >::GetDescriber ( ) const
inline

◆ GetDescriber() [2/2]

template<typename T>
const MatcherDescriberInterface * testing::internal::MatcherBase< T >::GetDescriber ( ) const
inline

◆ MatchAndExplain() [1/2]

template<typename T>
bool testing::internal::MatcherBase< T >::MatchAndExplain ( T x,
MatchResultListener * listener ) const
inline

◆ MatchAndExplain() [2/2]

template<typename T>
bool testing::internal::MatcherBase< T >::MatchAndExplain ( T x,
MatchResultListener * listener ) const
inline

◆ Matches() [1/2]

template<typename T>
bool testing::internal::MatcherBase< T >::Matches ( T x) const
inline

◆ Matches() [2/2]

template<typename T>
bool testing::internal::MatcherBase< T >::Matches ( T x) const
inline

References MatchAndExplain().


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