Monero
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ComparisonBase< D, Rhs, Op > Class Template Reference

#include <gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

 ComparisonBase (const Rhs &rhs)
 
template<typename Lhs >
 operator Matcher< Lhs > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ComparisonBase)
 

Private Attributes

Rhs rhs_
 

Constructor & Destructor Documentation

◆ ComparisonBase()

template<typename D , typename Rhs , typename Op >
testing::internal::ComparisonBase< D, Rhs, Op >::ComparisonBase ( const Rhs & rhs)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename D , typename Rhs , typename Op >
testing::internal::ComparisonBase< D, Rhs, Op >::GTEST_DISALLOW_ASSIGN_ ( ComparisonBase< D, Rhs, Op > )
private

◆ operator Matcher< Lhs >()

template<typename D , typename Rhs , typename Op >
template<typename Lhs >
testing::internal::ComparisonBase< D, Rhs, Op >::operator Matcher< Lhs > ( ) const
inline

Member Data Documentation

◆ rhs_

template<typename D , typename Rhs , typename Op >
Rhs testing::internal::ComparisonBase< D, Rhs, Op >::rhs_
private

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