Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | List of all members
testing::MatcherInterface< T > Class Template Referenceabstract

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

Inheritance diagram for testing::MatcherInterface< T >:
testing::internal::AnyMatcherImpl< T > testing::internal::BothOfMatcherImpl< T > testing::internal::EitherOfMatcherImpl< T > testing::internal::FloatingEqMatcher< FloatType >::Impl< T > testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl testing::internal::NotMatcherImpl< T > testing::internal::ResultOfMatcher< Callable >::Impl< T > testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >

Public Member Functions

virtual ~MatcherInterface ()
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const =0
 
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const =0
 

Constructor & Destructor Documentation

template<typename T>
virtual testing::MatcherInterface< T >::~MatcherInterface ( )
inlinevirtual

Member Function Documentation

template<typename T>
virtual void testing::MatcherInterface< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual
template<typename T>
virtual void testing::MatcherInterface< T >::DescribeTo ( ::std::ostream *  os) const
pure virtual
template<typename T>
virtual bool testing::MatcherInterface< T >::MatchAndExplain ( x,
MatchResultListener listener 
) const
pure virtual

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