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

Public Member Functions

 Impl (CallableStorageType callable, const Matcher< ResultType > &matcher)
 
virtual void DescribeNegationTo (::std::ostream *os) const
 
virtual void DescribeTo (::std::ostream *os) const
 
virtual bool MatchAndExplain (T obj, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherInterface< T >
virtual ~MatcherInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

CallableStorageType callable_
 
const Matcher< ResultTypematcher_
 

Constructor & Destructor Documentation

template<typename Callable>
template<typename T >
testing::internal::ResultOfMatcher< Callable >::Impl< T >::Impl ( CallableStorageType  callable,
const Matcher< ResultType > &  matcher 
)
inline

Member Function Documentation

template<typename Callable>
template<typename T >
virtual void testing::internal::ResultOfMatcher< Callable >::Impl< T >::DescribeNegationTo ( ::std::ostream *  os) const
inlinevirtual

Reimplemented from testing::MatcherInterface< T >.

template<typename Callable>
template<typename T >
virtual void testing::internal::ResultOfMatcher< Callable >::Impl< T >::DescribeTo ( ::std::ostream *  os) const
inlinevirtual
template<typename Callable>
template<typename T >
testing::internal::ResultOfMatcher< Callable >::Impl< T >::GTEST_DISALLOW_ASSIGN_ ( Impl< T >  )
private
template<typename Callable>
template<typename T >
virtual bool testing::internal::ResultOfMatcher< Callable >::Impl< T >::MatchAndExplain ( obj,
MatchResultListener listener 
) const
inlinevirtual

Member Data Documentation

template<typename Callable>
template<typename T >
CallableStorageType testing::internal::ResultOfMatcher< Callable >::Impl< T >::callable_
mutableprivate
template<typename Callable>
template<typename T >
const Matcher<ResultType> testing::internal::ResultOfMatcher< Callable >::Impl< T >::matcher_
private

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