Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::PairMatcherImpl< PairType > Class Template Reference

#include <gmock.h>

Inheritance diagram for testing::internal::PairMatcherImpl< PairType >:
Inheritance graph
[legend]

Public Types

typedef RawPairType::first_type FirstType
 
typedef RawPairType::first_type FirstType
 
typedef RawPairType::second_type SecondType
 
typedef RawPairType::second_type SecondType
 

Public Member Functions

virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType
 
typedef GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType
 
virtual bool MatchAndExplain (PairType a_pair, MatchResultListener *listener) const
 
virtual bool MatchAndExplain (PairType a_pair, MatchResultListener *listener) const
 
template<typename FirstMatcher , typename SecondMatcher >
 PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher)
 
template<typename FirstMatcher , typename SecondMatcher >
 PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher)
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 
virtual ~MatcherDescriberInterface ()
 

Private Member Functions

void ExplainSuccess (const internal::string &first_explanation, const internal::string &second_explanation, MatchResultListener *listener) const
 
void ExplainSuccess (const internal::string &first_explanation, const internal::string &second_explanation, MatchResultListener *listener) const
 
 GTEST_DISALLOW_ASSIGN_ (PairMatcherImpl)
 
 GTEST_DISALLOW_ASSIGN_ (PairMatcherImpl)
 

Private Attributes

const Matcher< const FirstType & > first_matcher_
 
const Matcher< const SecondType & > second_matcher_
 

Detailed Description

template<typename PairType>
class testing::internal::PairMatcherImpl< PairType >

Definition at line 8020 of file fused-src/gmock/gmock.h.

Member Typedef Documentation

template<typename PairType >
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType

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

template<typename PairType >
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType

Definition at line 8024 of file fused-src/gmock/gmock.h.

template<typename PairType >
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType

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

template<typename PairType >
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType

Definition at line 8025 of file fused-src/gmock/gmock.h.

Constructor & Destructor Documentation

template<typename PairType >
template<typename FirstMatcher , typename SecondMatcher >
testing::internal::PairMatcherImpl< PairType >::PairMatcherImpl ( FirstMatcher  first_matcher,
SecondMatcher  second_matcher 
)
inline

Definition at line 8028 of file fused-src/gmock/gmock.h.

template<typename PairType >
template<typename FirstMatcher , typename SecondMatcher >
testing::internal::PairMatcherImpl< PairType >::PairMatcherImpl ( FirstMatcher  first_matcher,
SecondMatcher  second_matcher 
)
inline

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

Member Function Documentation

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

Reimplemented from testing::MatcherDescriberInterface.

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

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

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 8046 of file fused-src/gmock/gmock.h.

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

Implements testing::MatcherDescriberInterface.

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

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

Implements testing::MatcherDescriberInterface.

Definition at line 8037 of file fused-src/gmock/gmock.h.

template<typename PairType >
void testing::internal::PairMatcherImpl< PairType >::ExplainSuccess ( const internal::string first_explanation,
const internal::string second_explanation,
MatchResultListener listener 
) const
inlineprivate

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

template<typename PairType >
void testing::internal::PairMatcherImpl< PairType >::ExplainSuccess ( const internal::string first_explanation,
const internal::string second_explanation,
MatchResultListener listener 
) const
inlineprivate

Definition at line 8093 of file fused-src/gmock/gmock.h.

template<typename PairType >
testing::internal::PairMatcherImpl< PairType >::GTEST_DISALLOW_ASSIGN_ ( PairMatcherImpl< PairType >  )
private
template<typename PairType >
testing::internal::PairMatcherImpl< PairType >::GTEST_DISALLOW_ASSIGN_ ( PairMatcherImpl< PairType >  )
private
template<typename PairType >
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( PairType  )
template<typename PairType >
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ ( PairType  )
template<typename PairType >
virtual bool testing::internal::PairMatcherImpl< PairType >::MatchAndExplain ( PairType  a_pair,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< PairType >.

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

template<typename PairType >
virtual bool testing::internal::PairMatcherImpl< PairType >::MatchAndExplain ( PairType  a_pair,
MatchResultListener listener 
) const
inlinevirtual

Implements testing::MatcherInterface< PairType >.

Definition at line 8056 of file fused-src/gmock/gmock.h.

Member Data Documentation

template<typename PairType >
const Matcher< const FirstType & > testing::internal::PairMatcherImpl< PairType >::first_matcher_
private

Definition at line 8122 of file fused-src/gmock/gmock.h.

template<typename PairType >
const Matcher< const SecondType & > testing::internal::PairMatcherImpl< PairType >::second_matcher_
private

Definition at line 8123 of file fused-src/gmock/gmock.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:11