Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::RefMatcher< T & > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

Classes

class  Impl
 

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (RefMatcher)
 

Private Attributes

Tobject_
 

Detailed Description

template<typename T>
class testing::internal::RefMatcher< T & >

Definition at line 1032 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1032 of file gmock-matchers.h

Constructor & Destructor Documentation

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

Definition at line 1042 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1042 of file gmock-matchers.h

Member Function Documentation

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

Definition at line 1045 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1045 of file gmock-matchers.h

References testing::MakeMatcher().

+ Here is the call graph for this function:

Member Data Documentation

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

Definition at line 1084 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 1084 of file gmock-matchers.h


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