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

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

Inheritance diagram for testing::internal::NotMatcherImpl< T >:
testing::MatcherInterface< T >

Public Member Functions

 NotMatcherImpl (const Matcher< T > &matcher)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherInterface< T >
virtual ~MatcherInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (NotMatcherImpl)
 

Private Attributes

const Matcher< T > matcher_
 

Constructor & Destructor Documentation

template<typename T >
testing::internal::NotMatcherImpl< T >::NotMatcherImpl ( const Matcher< T > &  matcher)
inlineexplicit

Member Function Documentation

template<typename T >
virtual void testing::internal::NotMatcherImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherInterface< T >.

template<typename T >
virtual void testing::internal::NotMatcherImpl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename T >
testing::internal::NotMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ ( NotMatcherImpl< T >  )
private
template<typename T >
virtual bool testing::internal::NotMatcherImpl< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

template<typename T >
const Matcher<T> testing::internal::NotMatcherImpl< T >::matcher_
private

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