Monero
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer > Class Template Reference
Inheritance diagram for testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >:
Collaboration graph
[legend]

Public Types

typedef PointeeOf< GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee
 

Public Member Functions

 Impl (const InnerMatcher &matcher)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (Pointer pointer, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< const Pointee & > matcher_
 

Member Typedef Documentation

◆ Pointee

template<typename InnerMatcher >
template<typename Pointer >
typedef PointeeOf<GTEST_REMOVE_CONST_( GTEST_REMOVE_REFERENCE_(Pointer))>::type testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::Pointee

Constructor & Destructor Documentation

◆ Impl()

template<typename InnerMatcher >
template<typename Pointer >
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::Impl ( const InnerMatcher &  matcher)
inlineexplicit

Member Function Documentation

◆ DescribeNegationTo()

template<typename InnerMatcher >
template<typename Pointer >
virtual void testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

◆ DescribeTo()

template<typename InnerMatcher >
template<typename Pointer >
virtual void testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

◆ GTEST_DISALLOW_ASSIGN_()

template<typename InnerMatcher >
template<typename Pointer >
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::GTEST_DISALLOW_ASSIGN_ ( Impl< Pointer )
private

◆ MatchAndExplain()

template<typename InnerMatcher >
template<typename Pointer >
virtual bool testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::MatchAndExplain ( Pointer  pointer,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

◆ matcher_

template<typename InnerMatcher >
template<typename Pointer >
const Matcher<const Pointee&> testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_
private

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