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

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

+ Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImpl< Container >:
+ Collaboration diagram for testing::internal::UnorderedElementsAreMatcherImpl< Container >:

Public Types

typedef
internal::StlContainerView
< RawContainer > 
View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 
typedef
StlContainer::const_iterator 
StlContainerConstIterator
 
typedef StlContainer::value_type Element
 

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
template<typename InputIter >
 UnorderedElementsAreMatcherImpl (InputIter first, InputIter last)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (Container container, MatchResultListener *listener) const
 

Private Types

typedef ::std::vector< Matcher
< const Element & > > 
MatcherVec
 

Private Member Functions

template<typename ElementIter >
MatchMatrix AnalyzeElements (ElementIter elem_first, ElementIter elem_last,::std::vector< string > *element_printouts, MatchResultListener *listener) const
 
 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcherImpl)
 

Private Attributes

MatcherVec matchers_
 

Additional Inherited Members

- Protected Types inherited from testing::internal::UnorderedElementsAreMatcherImplBase
typedef ::std::vector< const
MatcherDescriberInterface * > 
MatcherDescriberVec
 
- Protected Member Functions inherited from testing::internal::UnorderedElementsAreMatcherImplBase
void DescribeToImpl (::std::ostream *os) const
 
void DescribeNegationToImpl (::std::ostream *os) const
 
bool VerifyAllElementsAndMatchersAreMatched (const ::std::vector< string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const
 
MatcherDescriberVecmatcher_describers ()
 
- Static Protected Member Functions inherited from testing::internal::UnorderedElementsAreMatcherImplBase
static Message Elements (size_t n)
 

Detailed Description

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

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

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

Member Typedef Documentation

template<typename Container >
typedef StlContainer::value_type testing::internal::UnorderedElementsAreMatcherImpl< Container >::Element

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

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

template<typename Container >
typedef ::std::vector<Matcher<const Element&> > testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatcherVec
private

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

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

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

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

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

template<typename Container >
typedef StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator

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

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

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

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

template<typename Container >
typedef internal::StlContainerView<RawContainer> testing::internal::UnorderedElementsAreMatcherImpl< Container >::View

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

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

Constructor & Destructor Documentation

template<typename Container >
template<typename InputIter >
testing::internal::UnorderedElementsAreMatcherImpl< Container >::UnorderedElementsAreMatcherImpl ( InputIter  first,
InputIter  last 
)
inline

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

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

References testing::internal::UnorderedElementsAreMatcherImplBase::matcher_describers(), and testing::internal::UnorderedElementsAreMatcherImpl< Container >::matchers_.

+ Here is the call graph for this function:

Member Function Documentation

template<typename Container >
template<typename ElementIter >
MatchMatrix testing::internal::UnorderedElementsAreMatcherImpl< Container >::AnalyzeElements ( ElementIter  elem_first,
ElementIter  elem_last,
::std::vector< string > *  element_printouts,
MatchResultListener listener 
) const
inlineprivate

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

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

References testing::MatchResultListener::IsInterested(), testing::internal::UnorderedElementsAreMatcherImpl< Container >::matchers_, testing::Matches(), and testing::PrintToString().

Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename Container >
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::internal::UnorderedElementsAreMatcherImplBase::DescribeNegationToImpl().

+ Here is the call graph for this function:

template<typename Container >
virtual void testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::UnorderedElementsAreMatcherImplBase::DescribeToImpl().

+ Here is the call graph for this function:

template<typename Container >
testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( UnorderedElementsAreMatcherImpl< Container >  )
private
template<typename Container >
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )

Member Data Documentation


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