GNU Radio's DSD Package
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
 
 EitherOfMatcher (Matcher1 matcher1, Matcher2 matcher2)
 
template<typename T >
 operator Matcher< T > () const
 

Constructor & Destructor Documentation

◆ EitherOfMatcher() [1/2]

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

◆ EitherOfMatcher() [2/2]

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

Member Function Documentation

◆ operator Matcher< T >() [1/2]

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

◆ operator Matcher< T >() [2/2]

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

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