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

Public Member Functions

 MonomorphicImpl (const Impl &impl)
 
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_ (MonomorphicImpl)
 

Private Attributes

const Impl impl_
 

Constructor & Destructor Documentation

template<class Impl>
template<typename T >
testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::MonomorphicImpl ( const Impl &  impl)
inlineexplicit

Member Function Documentation

template<class Impl>
template<typename T >
virtual void testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherInterface< T >.

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

Member Data Documentation

template<class Impl>
template<typename T >
const Impl testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_
private

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