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

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

Public Member Functions

 PredicateFormatterFromMatcher (const M &m)
 
template<typename T >
AssertionResult operator() (const char *value_text, const T &x) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (PredicateFormatterFromMatcher)
 

Private Attributes

const M matcher_
 

Constructor & Destructor Documentation

template<typename M >
testing::internal::PredicateFormatterFromMatcher< M >::PredicateFormatterFromMatcher ( const M &  m)
inlineexplicit

Member Function Documentation

template<typename M >
testing::internal::PredicateFormatterFromMatcher< M >::GTEST_DISALLOW_ASSIGN_ ( PredicateFormatterFromMatcher< M >  )
private
template<typename M >
template<typename T >
AssertionResult testing::internal::PredicateFormatterFromMatcher< M >::operator() ( const char *  value_text,
const T &  x 
) const
inline

Member Data Documentation

template<typename M >
const M testing::internal::PredicateFormatterFromMatcher< M >::matcher_
private

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