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

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

Public Member Functions

 ContainsMatcher (M m)
 
template<typename Container >
 operator Matcher< Container > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ContainsMatcher)
 

Private Attributes

const M inner_matcher_
 

Constructor & Destructor Documentation

template<typename M >
testing::internal::ContainsMatcher< M >::ContainsMatcher ( m)
inlineexplicit

Member Function Documentation

template<typename M >
testing::internal::ContainsMatcher< M >::GTEST_DISALLOW_ASSIGN_ ( ContainsMatcher< M >  )
private
template<typename M >
template<typename Container >
testing::internal::ContainsMatcher< M >::operator Matcher< Container > ( ) const
inline

Member Data Documentation

template<typename M >
const M testing::internal::ContainsMatcher< M >::inner_matcher_
private

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