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

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

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

Public Types

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

Public Member Functions

typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer
 
template<typename InputIter >
 ElementsAreMatcherImpl (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 Member Functions

size_t count () const
 
 GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcherImpl)
 

Static Private Member Functions

static Message Elements (size_t count)
 

Private Attributes

::std::vector< Matcher< const
Element & > > 
matchers_
 

Detailed Description

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

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

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

Member Typedef Documentation

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

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

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

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

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

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

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

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

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

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

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

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

Constructor & Destructor Documentation

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

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

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

References testing::internal::ElementsAreMatcherImpl< Container >::matchers_.

Member Function Documentation

template<typename Container >
size_t testing::internal::ElementsAreMatcherImpl< Container >::count ( ) const
inlineprivate

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

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

References testing::internal::ElementsAreMatcherImpl< Container >::matchers_.

Referenced by testing::internal::ElementsAreMatcherImpl< Container >::DescribeNegationTo(), testing::internal::ElementsAreMatcherImpl< Container >::DescribeTo(), and testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain().

+ Here is the caller graph for this function:

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::internal::ElementsAreMatcherImpl< Container >::count(), testing::internal::ElementsAreMatcherImpl< Container >::Elements(), i, and testing::internal::ElementsAreMatcherImpl< Container >::matchers_.

+ Here is the call graph for this function:

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

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::ElementsAreMatcherImpl< Container >::count(), testing::internal::ElementsAreMatcherImpl< Container >::Elements(), i, and testing::internal::ElementsAreMatcherImpl< Container >::matchers_.

+ Here is the call graph for this function:

template<typename Container >
static Message testing::internal::ElementsAreMatcherImpl< Container >::Elements ( size_t  count)
inlinestaticprivate

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

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

Referenced by testing::internal::ElementsAreMatcherImpl< Container >::DescribeNegationTo(), testing::internal::ElementsAreMatcherImpl< Container >::DescribeTo(), and testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain().

+ Here is the caller graph for this function:

template<typename Container >
testing::internal::ElementsAreMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ ( ElementsAreMatcherImpl< Container >  )
private
template<typename Container >
typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( Container  )
template<typename Container >
virtual bool testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation


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