Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer > Class Template Reference
+ Inheritance diagram for testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >:
+ Collaboration diagram for testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >:

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
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< const Pointee & > matcher_
 

Detailed Description

template<typename InnerMatcher>
template<typename Pointer>
class testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >

Definition at line 2063 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2063 of file gmock-matchers.h

Member Typedef Documentation

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

Definition at line 2066 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2066 of file gmock-matchers.h

Constructor & Destructor Documentation

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

Definition at line 2068 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2068 of file gmock-matchers.h

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 2076 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2076 of file gmock-matchers.h

References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_.

+ Here is the call graph for this function:

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

Implements testing::MatcherDescriberInterface.

Definition at line 2071 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2071 of file gmock-matchers.h

References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_.

+ Here is the call graph for this function:

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

Implements testing::MatcherInterface< Pointer >.

Definition at line 2081 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2081 of file gmock-matchers.h

References testing::internal::GetRawPointer(), testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_, and testing::internal::MatchPrintAndExplain().

+ Here is the call graph for this function:

Member Data Documentation

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: