Monero
Loading...
Searching...
No Matches
testing::gmock_matchers_test::PolymorphicMatcher< Impl >::MonomorphicImpl< T > Class Template Reference
Inheritance diagram for testing::gmock_matchers_test::PolymorphicMatcher< Impl >::MonomorphicImpl< T >:
Collaboration diagram for testing::gmock_matchers_test::PolymorphicMatcher< Impl >::MonomorphicImpl< T >:

Public Member Functions

 MonomorphicImpl (const Impl &impl)
virtual void DescribeTo (::std::ostream *os) const
virtual void DescribeNegationTo (::std::ostream *os) const
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MonomorphicImpl)

Private Attributes

const Impl impl_

Constructor & Destructor Documentation

◆ MonomorphicImpl()

template<class Impl>
template<typename T>
testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::MonomorphicImpl ( const Impl & impl)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<class Impl>
template<typename T>
virtual void testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::DescribeNegationTo ( ::std::ostream * os) const
inlinevirtual

◆ DescribeTo()

template<class Impl>
template<typename T>
virtual void testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::DescribeTo ( ::std::ostream * os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<class Impl>
template<typename T>
testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::GTEST_DISALLOW_ASSIGN_ ( MonomorphicImpl< T > )
private

◆ MatchAndExplain()

template<class Impl>
template<typename T>
virtual bool testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::MatchAndExplain ( T x,
MatchResultListener * listener ) const
inlinevirtual

Member Data Documentation

◆ impl_

template<class Impl>
template<typename T>
const Impl testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_
private

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