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::ContainerEqMatcher< Container > Class Template Reference

#include <gmock-matchers.h>

Public Types

typedef internal::StlContainerView< Container > View
 
typedef View::type StlContainer
 
typedef View::const_reference StlContainerReference
 

Public Member Functions

 ContainerEqMatcher (const Container &expected)
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 
template<typename LhsContainer >
bool MatchAndExplain (const LhsContainer &lhs, MatchResultListener *listener) const
 

Detailed Description

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

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

Member Typedef Documentation

template<typename Container >
typedef internal::StlContainerView<Container> testing::internal::ContainerEqMatcher< Container >::View

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

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

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

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

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

Constructor & Destructor Documentation

template<typename Container >
testing::internal::ContainerEqMatcher< Container >::ContainerEqMatcher ( const Container &  expected)
inlineexplicit

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

References GTEST_REMOVE_REFERENCE_AND_CONST_, and testing::StaticAssertTypeEq().

Here is the call graph for this function:

Member Function Documentation

template<typename Container >
void testing::internal::ContainerEqMatcher< Container >::DescribeTo ( ::std::ostream *  os) const
inline

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

References testing::internal::UniversalPrint().

Here is the call graph for this function:

template<typename Container >
void testing::internal::ContainerEqMatcher< Container >::DescribeNegationTo ( ::std::ostream *  os) const
inline

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

References testing::internal::UniversalPrint().

Here is the call graph for this function:

template<typename Container >
template<typename LhsContainer >
bool testing::internal::ContainerEqMatcher< Container >::MatchAndExplain ( const LhsContainer &  lhs,
MatchResultListener listener 
) const
inline

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