Monero
Loading...
Searching...
No Matches
testing::internal::EitherOfMatcher< Matcher1, Matcher2 > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (EitherOfMatcher)

Private Attributes

Matcher1 matcher1_
Matcher2 matcher2_

Constructor & Destructor Documentation

◆ EitherOfMatcher()

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

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Matcher1, typename Matcher2>
testing::internal::EitherOfMatcher< Matcher1, Matcher2 >::GTEST_DISALLOW_ASSIGN_ ( EitherOfMatcher< Matcher1, Matcher2 > )
private

◆ operator Matcher< T >()

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

Member Data Documentation

◆ matcher1_

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

◆ matcher2_

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

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