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

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

Public Types

typedef
internal::StlContainerView
< Container > 
View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 

Public Member Functions

 ContainerEqMatcher (const Container &expected)
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
template<typename LhsContainer >
bool MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher)
 

Private Attributes

const StlContainer expected_
 

Detailed Description

template<typename Container>
class testing::internal::ContainerEqMatcher< Container >

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

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

Member Typedef Documentation

template<typename Container >
typedef View::type testing::internal::ContainerEqMatcher< Container >::StlContainer

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

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

template<typename Container >
typedef View::const_reference testing::internal::ContainerEqMatcher< Container >::StlContainerReference

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

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

template<typename Container >
typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View

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

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

Constructor & Destructor Documentation

template<typename Container >
testing::internal::ContainerEqMatcher< Container >::ContainerEqMatcher ( const Container &  expected)
inlineexplicit

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

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

References GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::StaticAssertTypeEq().

+ Here is the call graph for this function:

Member Function Documentation

template<typename Container >
void testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo ( ::std::ostream *  os) const
inline

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

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

References testing::internal::ContainerEqMatcher< Container >::expected_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

template<typename Container >
void testing::internal::ContainerEqMatcher< Container >::DescribeTo ( ::std::ostream *  os) const
inline

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

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

References testing::internal::ContainerEqMatcher< Container >::expected_, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

template<typename Container >
testing::internal::ContainerEqMatcher< Container >::GTEST_DISALLOW_ASSIGN_ ( ContainerEqMatcher< Container >  )
private
template<typename Container >
template<typename LhsContainer >
bool testing::internal::ContainerEqMatcher< Container >::MatchAndExplain ( const LhsContainer &  lhs,
MatchResultListener listener 
) const
inline

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

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

References testing::internal::ArrayAwareFind(), testing::internal::ContainerEqMatcher< Container >::expected_, it, os, testing::MatchResultListener::stream(), parse_cmake_options::type, and testing::internal::UniversalPrint().

+ Here is the call graph for this function:

Member Data Documentation


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