Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ContainerEqMatcher< Container > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-matchers.h>

Public Types

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

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainerEqMatcher)
 

Private Attributes

const StlContainer rhs_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename Container >
const StlContainer testing::internal::ContainerEqMatcher< Container >::rhs_
private

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