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 ::std::vector< LhsValue > &> testing::Matcher< const ::std::vector< LhsValue > &> testing::Matcher< const ArgumentTuple &> testing::Matcher< const ArgumentTuple &> testing::Matcher< const Element &> testing::Matcher< const Element &> testing::Matcher< const FieldType &> testing::Matcher< const FieldType &> testing::Matcher< const FirstType &> testing::Matcher< const FirstType &> testing::Matcher< const KeyType &> testing::Matcher< const KeyType &> testing::Matcher< const Pointee &> testing::Matcher< const Pointee &> testing::Matcher< const SecondType &> testing::Matcher< const SecondType &> testing::Matcher< RefToConstProperty > testing::Matcher< RefToConstProperty > testing::Matcher< ResultType > testing::Matcher< ResultType > testing::Matcher< SizeType > testing::Matcher< SizeType > testing::Matcher< std::tr1::tuple > testing::Matcher< std::tr1::tuple > testing::Matcher< U > testing::Matcher< U > 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]

◆ 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]

◆ ExplainMatchResultTo() [1/2]

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

◆ ExplainMatchResultTo() [2/2]

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

◆ 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]

◆ MatchAndExplain() [2/2]

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

◆ Matches() [1/2]

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

◆ Matches() [2/2]


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