Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::BothOfMatcher< Matcher1, Matcher2 > Class Template Reference

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

Public Member Functions

 BothOfMatcher (Matcher1 matcher1, Matcher2 matcher2)
 
template<typename T >
 operator Matcher< T > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (BothOfMatcher)
 

Private Attributes

Matcher1 matcher1_
 
Matcher2 matcher2_
 

Constructor & Destructor Documentation

template<typename Matcher1, typename Matcher2>
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::BothOfMatcher ( Matcher1  matcher1,
Matcher2  matcher2 
)
inline

Member Function Documentation

template<typename Matcher1, typename Matcher2>
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ ( BothOfMatcher< Matcher1, Matcher2 >  )
private
template<typename Matcher1, typename Matcher2>
template<typename T >
testing::internal::BothOfMatcher< Matcher1, Matcher2 >::operator Matcher< T > ( ) const
inline

Member Data Documentation

template<typename Matcher1, typename Matcher2>
Matcher1 testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher1_
private
template<typename Matcher1, typename Matcher2>
Matcher2 testing::internal::BothOfMatcher< Matcher1, Matcher2 >::matcher2_
private

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