Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T > Class Template Reference
+ Inheritance diagram for testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >:
+ Collaboration diagram for testing::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
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MonomorphicImpl)
 

Private Attributes

const Impl impl_
 

Detailed Description

template<class Impl>
template<typename T>
class testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >

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

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

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_.

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

Implements testing::MatcherDescriberInterface.

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

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

References testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_.

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

Implements testing::MatcherInterface< T >.

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

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

References testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_.

Member Data Documentation


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