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

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

+ Collaboration diagram for testing::internal::UnorderedElementsAreMatcher< MatcherTuple >:

Public Member Functions

 UnorderedElementsAreMatcher (const MatcherTuple &args)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcher)
 

Private Attributes

const MatcherTuple matchers_
 

Detailed Description

template<typename MatcherTuple>
class testing::internal::UnorderedElementsAreMatcher< MatcherTuple >

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

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

Constructor & Destructor Documentation

template<typename MatcherTuple >
testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::UnorderedElementsAreMatcher ( const MatcherTuple args)
inlineexplicit

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

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

Member Function Documentation

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

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

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

References GTEST_REMOVE_REFERENCE_AND_CONST_, testing::MakeMatcher(), testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::matchers_, testing::internal::TransformTupleValues(), and value.

+ Here is the call graph for this function:

Member Data Documentation

template<typename MatcherTuple >
const MatcherTuple testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::matchers_
private

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

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

Referenced by testing::internal::UnorderedElementsAreMatcher< MatcherTuple >::operator Matcher< Container >().


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