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

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

Public Member Functions

 ContainsMatcher (M m)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainsMatcher)
 

Private Attributes

const M inner_matcher_
 

Detailed Description

template<typename M>
class testing::internal::ContainsMatcher< M >

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

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

Constructor & Destructor Documentation

template<typename M >
testing::internal::ContainsMatcher< M >::ContainsMatcher ( m)
inlineexplicit

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

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

Member Function Documentation

template<typename M >
testing::internal::ContainsMatcher< M >::GTEST_DISALLOW_ASSIGN_ ( ContainsMatcher< M >  )
private
template<typename M >
template<typename Container >
testing::internal::ContainsMatcher< M >::operator Matcher< Container > ( ) const
inline

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

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

References testing::internal::ContainsMatcher< M >::inner_matcher_, and testing::MakeMatcher().

+ Here is the call graph for this function:

Member Data Documentation

template<typename M >
const M testing::internal::ContainsMatcher< M >::inner_matcher_
private

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

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

Referenced by testing::internal::ContainsMatcher< M >::operator Matcher< Container >().


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