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

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

Public Member Functions

 MatcherAsPredicate (M matcher)
 
template<typename T >
bool operator() (const T &x) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (MatcherAsPredicate)
 

Private Attributes

matcher_
 

Constructor & Destructor Documentation

template<typename M >
testing::internal::MatcherAsPredicate< M >::MatcherAsPredicate ( matcher)
inlineexplicit

Member Function Documentation

template<typename M >
testing::internal::MatcherAsPredicate< M >::GTEST_DISALLOW_ASSIGN_ ( MatcherAsPredicate< M >  )
private
template<typename M >
template<typename T >
bool testing::internal::MatcherAsPredicate< M >::operator() ( const T &  x) const
inline

Member Data Documentation

template<typename M >
M testing::internal::MatcherAsPredicate< M >::matcher_
private

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