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

Public Member Functions

 Impl (CallableStorageType callable, const Matcher< ResultType > &matcher)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T obj, MatchResultListener *listener) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

CallableStorageType callable_
 
const Matcher< ResultTypematcher_
 

Detailed Description

template<typename Callable>
template<typename T>
class testing::internal::ResultOfMatcher< Callable >::Impl< T >

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

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

Constructor & Destructor Documentation

template<typename Callable>
template<typename T >
testing::internal::ResultOfMatcher< Callable >::Impl< T >::Impl ( CallableStorageType  callable,
const Matcher< ResultType > &  matcher 
)
inline

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

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

Member Function Documentation

template<typename Callable>
template<typename T >
virtual void testing::internal::ResultOfMatcher< Callable >::Impl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_.

+ Here is the call graph for this function:

template<typename Callable>
template<typename T >
virtual void testing::internal::ResultOfMatcher< Callable >::Impl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_.

+ Here is the call graph for this function:

template<typename Callable>
template<typename T >
testing::internal::ResultOfMatcher< Callable >::Impl< T >::GTEST_DISALLOW_ASSIGN_ ( Impl< T )
private
template<typename Callable>
template<typename T >
virtual bool testing::internal::ResultOfMatcher< Callable >::Impl< T >::MatchAndExplain ( T  obj,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< T >.

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

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

References testing::internal::ResultOfMatcher< Callable >::Impl< T >::callable_, testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_, and testing::internal::MatchPrintAndExplain().

+ Here is the call graph for this function:

Member Data Documentation

template<typename Callable>
template<typename T >
CallableStorageType testing::internal::ResultOfMatcher< Callable >::Impl< T >::callable_
mutableprivate

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

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

Referenced by testing::internal::ResultOfMatcher< Callable >::Impl< T >::MatchAndExplain().


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