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

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

Public Member Functions

 TrulyMatcher (Predicate pred)
 
void DescribeNegationTo (::std::ostream *os) const
 
void DescribeTo (::std::ostream *os) const
 
template<typename T >
bool MatchAndExplain (T &x, MatchResultListener *) const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (TrulyMatcher)
 

Private Attributes

Predicate predicate_
 

Constructor & Destructor Documentation

template<typename Predicate >
testing::internal::TrulyMatcher< Predicate >::TrulyMatcher ( Predicate  pred)
inlineexplicit

Member Function Documentation

template<typename Predicate >
void testing::internal::TrulyMatcher< Predicate >::DescribeNegationTo ( ::std::ostream *  os) const
inline
template<typename Predicate >
void testing::internal::TrulyMatcher< Predicate >::DescribeTo ( ::std::ostream *  os) const
inline
template<typename Predicate >
testing::internal::TrulyMatcher< Predicate >::GTEST_DISALLOW_ASSIGN_ ( TrulyMatcher< Predicate >  )
private
template<typename Predicate >
template<typename T >
bool testing::internal::TrulyMatcher< Predicate >::MatchAndExplain ( T &  x,
MatchResultListener  
) const
inline

Member Data Documentation

template<typename Predicate >
Predicate testing::internal::TrulyMatcher< Predicate >::predicate_
private

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