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

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

+ Inheritance diagram for testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >:
+ Collaboration diagram for testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >:

Public Types

typedef
internal::StlContainerView
< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> 
ContainerView
 
typedef
ContainerView::type::size_type 
SizeType
 

Public Member Functions

 Impl (const SizeMatcher &size_matcher)
 
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

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< SizeTypesize_matcher_
 

Detailed Description

template<typename SizeMatcher>
template<typename Container>
class testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >

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

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

Member Typedef Documentation

template<typename SizeMatcher >
template<typename Container >
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::ContainerView

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

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

template<typename SizeMatcher >
template<typename Container >
typedef ContainerView::type::size_type testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::SizeType

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

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

Constructor & Destructor Documentation

template<typename SizeMatcher >
template<typename Container >
testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::Impl ( const SizeMatcher &  size_matcher)
inlineexplicit

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

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

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::size_matcher_.

+ Here is the call graph for this function:

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

Implements testing::MatcherDescriberInterface.

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

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

References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::size_matcher_.

+ Here is the call graph for this function:

template<typename SizeMatcher >
template<typename Container >
testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::GTEST_DISALLOW_ASSIGN_ ( Impl< Container >  )
private
template<typename SizeMatcher >
template<typename Container >
virtual bool testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::MatchAndExplain ( Container  container,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< Container >.

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

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

References testing::internal::MatcherBase< T >::MatchAndExplain(), testing::internal::PrintIfNotEmpty(), size, testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::size_matcher_, testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().

+ Here is the call graph for this function:

Member Data Documentation

template<typename SizeMatcher >
template<typename Container >
const Matcher<SizeType> testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::size_matcher_
private

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