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

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

Classes

class  Impl
 

Public Member Functions

 BeginEndDistanceIsMatcher (const DistanceMatcher &distance_matcher)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (BeginEndDistanceIsMatcher)
 

Private Attributes

const DistanceMatcher distance_matcher_
 

Detailed Description

template<typename DistanceMatcher>
class testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >

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

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

Constructor & Destructor Documentation

template<typename DistanceMatcher >
testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::BeginEndDistanceIsMatcher ( const DistanceMatcher &  distance_matcher)
inlineexplicit

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

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

Member Function Documentation

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

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

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

References testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::distance_matcher_, and testing::MakeMatcher().

+ Here is the call graph for this function:

Member Data Documentation

template<typename DistanceMatcher >
const DistanceMatcher testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::distance_matcher_
private

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

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

Referenced by testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::operator Matcher< Container >().


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