Monero
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::RefMatcher< T & > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 RefMatcher (T &x)
 
template<typename Super >
 operator Matcher< Super & > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (RefMatcher)
 

Private Attributes

Tobject_
 

Constructor & Destructor Documentation

◆ RefMatcher()

template<typename T >
testing::internal::RefMatcher< T & >::RefMatcher ( T x)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename T >
testing::internal::RefMatcher< T & >::GTEST_DISALLOW_ASSIGN_ ( RefMatcher< T & >  )
private

◆ operator Matcher< Super & >()

template<typename T >
template<typename Super >
testing::internal::RefMatcher< T & >::operator Matcher< Super &> ( ) const
inline

Member Data Documentation

◆ object_

template<typename T >
T& testing::internal::RefMatcher< T & >::object_
private

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