Monero
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
testing::internal::MatcherBase< T > Class Template Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::MatcherBase< T >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::MatcherBase< T >:
Collaboration graph
[legend]

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
 

Protected Member Functions

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

Private Attributes

::testing::internal::linked_ptr< const MatcherInterface< T > > impl_
 

Constructor & Destructor Documentation

◆ MatcherBase() [1/2]

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

◆ MatcherBase() [2/2]

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

◆ ~MatcherBase()

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

Member Function Documentation

◆ DescribeNegationTo()

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

◆ DescribeTo()

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

◆ ExplainMatchResultTo()

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

◆ GetDescriber()

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

◆ MatchAndExplain()

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

◆ Matches()

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

Member Data Documentation

◆ impl_


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