GNU Radio's DSD Package
testing::internal::ResultOfMatcher< Callable > Class Template Reference

#include <gmock-matchers.h>

Public Types

typedef CallableTraits< Callable >::ResultType ResultType
typedef CallableTraits< Callable >::ResultType ResultType

Public Member Functions

 ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher)
template<typename T>
 operator Matcher< T > () const
 ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher)
template<typename T>
 operator Matcher< T > () const

Member Typedef Documentation

◆ ResultType [1/2]

template<typename Callable>
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType

◆ ResultType [2/2]

template<typename Callable>
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType

Constructor & Destructor Documentation

◆ ResultOfMatcher() [1/2]

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

◆ ResultOfMatcher() [2/2]

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

Member Function Documentation

◆ operator Matcher< T >() [1/2]

template<typename Callable>
template<typename T>
testing::internal::ResultOfMatcher< Callable >::operator Matcher< T > ( ) const
inline

◆ operator Matcher< T >() [2/2]

template<typename Callable>
template<typename T>
testing::internal::ResultOfMatcher< Callable >::operator Matcher< T > ( ) const
inline

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