Monero
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::PolymorphicMatcher< Impl > Class Template Reference

#include <gmock-matchers.h>

Classes

class  MonomorphicImpl
 

Public Member Functions

 PolymorphicMatcher (const Impl &an_impl)
 
Impl & mutable_impl ()
 
const Impl & impl () const
 
template<typename T >
 operator Matcher< T > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PolymorphicMatcher)
 

Private Attributes

Impl impl_
 

Constructor & Destructor Documentation

◆ PolymorphicMatcher()

template<class Impl >
testing::PolymorphicMatcher< Impl >::PolymorphicMatcher ( const Impl &  an_impl)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

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

◆ impl()

template<class Impl >
const Impl& testing::PolymorphicMatcher< Impl >::impl ( ) const
inline

◆ mutable_impl()

template<class Impl >
Impl& testing::PolymorphicMatcher< Impl >::mutable_impl ( )
inline

◆ operator Matcher< T >()

template<class Impl >
template<typename T >
testing::PolymorphicMatcher< Impl >::operator Matcher< T > ( ) const
inline

Member Data Documentation

◆ impl_

template<class Impl >
Impl testing::PolymorphicMatcher< Impl >::impl_
private

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