Public Types | Public Member Functions | Private Member Functions | Private Attributes
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer > Class Template Reference

#include <gmock.h>

Inheritance diagram for testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef LhsView::type LhsStlContainer
typedef LhsView::type LhsStlContainer
typedef LhsView::const_reference LhsStlContainerReference
typedef LhsView::const_reference LhsStlContainerReference
typedef RemoveConstFromKey
< typename
LhsStlContainer::value_type >
::type 
LhsValue
typedef RemoveConstFromKey
< typename
LhsStlContainer::value_type >
::type 
LhsValue
typedef
internal::StlContainerView
< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> 
LhsView
typedef
internal::StlContainerView
< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> 
LhsView

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
 Impl (const Comparator &comparator, const ContainerMatcher &matcher)
 Impl (const Comparator &comparator, const ContainerMatcher &matcher)
virtual bool MatchAndExplain (LhsContainer lhs, MatchResultListener *listener) const
virtual bool MatchAndExplain (LhsContainer lhs, MatchResultListener *listener) const

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Impl)
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Impl)

Private Attributes

const Comparator comparator_
const Matcher< const
::std::vector< LhsValue > & > 
matcher_

Detailed Description

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer>
class testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >

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


Member Typedef Documentation

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef LhsView::type testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsStlContainer

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef LhsView::type testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsStlContainer

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef LhsView::const_reference testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsStlContainerReference

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef LhsView::const_reference testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsStlContainerReference

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef RemoveConstFromKey< typename LhsStlContainer::value_type>::type testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsValue

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef RemoveConstFromKey< typename LhsStlContainer::value_type>::type testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsValue

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsView

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)> testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::LhsView

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


Constructor & Destructor Documentation

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::Impl ( const Comparator &  comparator,
const ContainerMatcher &  matcher 
) [inline]

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::Impl ( const Comparator &  comparator,
const ContainerMatcher &  matcher 
) [inline]

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


Member Function Documentation

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
virtual void testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::DescribeNegationTo ( ::std::ostream *  os) const [inline, virtual]

Reimplemented from testing::MatcherDescriberInterface.

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
virtual void testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::DescribeNegationTo ( ::std::ostream *  os) const [inline, virtual]

Reimplemented from testing::MatcherDescriberInterface.

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
virtual void testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::DescribeTo ( ::std::ostream *  os) const [inline, virtual]

Implements testing::MatcherDescriberInterface.

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
virtual void testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::DescribeTo ( ::std::ostream *  os) const [inline, virtual]

Implements testing::MatcherDescriberInterface.

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( Impl< LhsContainer >  ) [private]
template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( Impl< LhsContainer >  ) [private]
template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
virtual bool testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain ( LhsContainer  lhs,
MatchResultListener listener 
) const [inline, virtual]

Implements testing::MatcherInterface< LhsContainer >.

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
virtual bool testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::MatchAndExplain ( LhsContainer  lhs,
MatchResultListener listener 
) const [inline, virtual]

Member Data Documentation

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
const Comparator testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::comparator_ [private]

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

template<typename Comparator, typename ContainerMatcher>
template<typename LhsContainer >
const Matcher< const ::std::vector< LhsValue > & > testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer >::matcher_ [private]

Definition at line 7087 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 Sat Jun 8 2019 18:25:02