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

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

Classes

class  Impl
 

Public Member Functions

 SizeIsMatcher (const SizeMatcher &size_matcher)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (SizeIsMatcher)
 

Private Attributes

const SizeMatcher size_matcher_
 

Detailed Description

template<typename SizeMatcher>
class testing::internal::SizeIsMatcher< SizeMatcher >

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

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

Constructor & Destructor Documentation

template<typename SizeMatcher >
testing::internal::SizeIsMatcher< SizeMatcher >::SizeIsMatcher ( const SizeMatcher &  size_matcher)
inlineexplicit

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

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

Member Function Documentation

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

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

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

References testing::MakeMatcher(), and testing::internal::SizeIsMatcher< SizeMatcher >::size_matcher_.

+ Here is the call graph for this function:

Member Data Documentation

template<typename SizeMatcher >
const SizeMatcher testing::internal::SizeIsMatcher< SizeMatcher >::size_matcher_
private

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

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

Referenced by testing::internal::SizeIsMatcher< SizeMatcher >::operator Matcher< Container >().


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