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

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

Public Member Functions

 UnorderedElementsAreArrayMatcher ()
 
template<typename Iter >
 UnorderedElementsAreArrayMatcher (Iter first, Iter last)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreArrayMatcher)
 

Private Attributes

::std::vector< Tmatchers_
 

Detailed Description

template<typename T>
class testing::internal::UnorderedElementsAreArrayMatcher< T >

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

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

Constructor & Destructor Documentation

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

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

template<typename T>
template<typename Iter >
testing::internal::UnorderedElementsAreArrayMatcher< T >::UnorderedElementsAreArrayMatcher ( Iter  first,
Iter  last 
)
inline

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

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

Member Function Documentation

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

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

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

References testing::MakeMatcher(), and testing::internal::UnorderedElementsAreArrayMatcher< T >::matchers_.

+ Here is the call graph for this function:

Member Data Documentation

template<typename T>
::std::vector<T> testing::internal::UnorderedElementsAreArrayMatcher< T >::matchers_
private

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

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

Referenced by testing::internal::UnorderedElementsAreArrayMatcher< T >::operator Matcher< Container >().


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