Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl Class Reference
Inheritance diagram for testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl:
testing::MatcherInterface< T >

Public Member Functions

 Impl (const Matcher< U > &source_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_ (Impl)
 

Private Attributes

const Matcher< U > source_matcher_
 

Constructor & Destructor Documentation

template<typename T , typename U >
testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::Impl ( const Matcher< U > &  source_matcher)
inlineexplicit

Member Function Documentation

template<typename T , typename U >
virtual void testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherInterface< T >.

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

Member Data Documentation

template<typename T , typename U >
const Matcher<U> testing::internal::MatcherCastImpl< T, Matcher< U > >::Impl::source_matcher_
private

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