Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer > Class Template Reference
Inheritance diagram for testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >:
testing::MatcherInterface< Pointer >

Public Types

typedef PointeeOf< GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(Pointer))>::type Pointee
 

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

const Matcher< const Pointee & > matcher_
 

Member Typedef Documentation

template<typename InnerMatcher >
template<typename Pointer >
typedef PointeeOf<GTEST_REMOVE_CONST_( GTEST_REMOVE_REFERENCE_(Pointer))>::type testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::Pointee

Constructor & Destructor Documentation

template<typename InnerMatcher >
template<typename Pointer >
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::Impl ( const InnerMatcher &  matcher)
inlineexplicit

Member Function Documentation

template<typename InnerMatcher >
template<typename Pointer >
virtual void testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual
template<typename InnerMatcher >
template<typename Pointer >
virtual void testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename InnerMatcher >
template<typename Pointer >
testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::GTEST_DISALLOW_ASSIGN_ ( Impl< Pointer >  )
private
template<typename InnerMatcher >
template<typename Pointer >
virtual bool testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::MatchAndExplain ( Pointer  pointer,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

template<typename InnerMatcher >
template<typename Pointer >
const Matcher<const Pointee&> testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_
private

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