Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::BothOfMatcherImpl< T > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

Inheritance diagram for testing::internal::BothOfMatcherImpl< T >:
testing::MatcherInterface< T >

Public Member Functions

 BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherInterface< T >
virtual ~MatcherInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (BothOfMatcherImpl)
 

Private Attributes

const Matcher< T > matcher1_
 
const Matcher< T > matcher2_
 

Constructor & Destructor Documentation

template<typename T >
testing::internal::BothOfMatcherImpl< T >::BothOfMatcherImpl ( const Matcher< T > &  matcher1,
const Matcher< T > &  matcher2 
)
inline

Member Function Documentation

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

Reimplemented from testing::MatcherInterface< T >.

template<typename T >
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename T >
testing::internal::BothOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ ( BothOfMatcherImpl< T >  )
private
template<typename T >
virtual bool testing::internal::BothOfMatcherImpl< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

template<typename T >
const Matcher<T> testing::internal::BothOfMatcherImpl< T >::matcher1_
private
template<typename T >
const Matcher<T> testing::internal::BothOfMatcherImpl< T >::matcher2_
private

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