Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::RefMatcher< T & >::Impl< Super > Class Template Reference
Inheritance diagram for testing::internal::RefMatcher< T & >::Impl< Super >:
testing::MatcherInterface< Super & >

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Super & object_
 

Constructor & Destructor Documentation

template<typename T >
template<typename Super >
testing::internal::RefMatcher< T & >::Impl< Super >::Impl ( Super &  x)
inlineexplicit

Member Function Documentation

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

Member Data Documentation

template<typename T >
template<typename Super >
const Super& testing::internal::RefMatcher< T & >::Impl< Super >::object_
private

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