v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | Public Member Functions | List of all members
testing::internal::WhenSortedByMatcher< Comparator, ContainerMatcher >::Impl< LhsContainer > Class Template Reference

#include <gmock-matchers.h>

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

Public Types

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

Public Member Functions

 Impl (const Comparator &comparator, const ContainerMatcher &matcher)
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (LhsContainer lhs, MatchResultListener *listener) const
 

Detailed Description

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

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

Member Typedef Documentation

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 2628 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 2629 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 2630 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 2634 of file gmock-matchers.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 2636 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 >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual

Implements testing::MatcherDescriberInterface.

Definition at line 2639 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
inlinevirtual

Reimplemented from testing::MatcherDescriberInterface.

Definition at line 2644 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
inlinevirtual

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