Monero
Loading...
Searching...
No Matches
testing::internal::ResultOfMatcher< Callable >::Impl< T > Class Template Reference
Inheritance diagram for testing::internal::ResultOfMatcher< Callable >::Impl< T >:
Collaboration diagram for testing::internal::ResultOfMatcher< Callable >::Impl< T >:

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)

Private Attributes

CallableStorageType callable_
const Matcher< ResultTypematcher_

Constructor & Destructor Documentation

◆ Impl()

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

Member Function Documentation

◆ DescribeNegationTo()

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

◆ DescribeTo()

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

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Callable>
template<typename T>
testing::internal::ResultOfMatcher< Callable >::Impl< T >::GTEST_DISALLOW_ASSIGN_ ( Impl< T > )
private

◆ MatchAndExplain()

template<typename Callable>
template<typename T>
virtual bool testing::internal::ResultOfMatcher< Callable >::Impl< T >::MatchAndExplain ( T obj,
MatchResultListener * listener ) const
inlinevirtual

Member Data Documentation

◆ callable_

template<typename Callable>
template<typename T>
CallableStorageType testing::internal::ResultOfMatcher< Callable >::Impl< T >::callable_
mutableprivate

◆ matcher_

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: