Classes | Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
testing::internal::ResultOfMatcher< Callable > Class Template Reference

#include <gmock.h>

Classes

class  Impl
 

Public Types

typedef CallableTraits< Callable >::ResultType ResultType
 

Public Member Functions

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

Private Types

typedef CallableTraits< Callable >::StorageType CallableStorageType
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ResultOfMatcher)
 

Private Attributes

const CallableStorageType callable_
 
const Matcher< ResultTypematcher_
 

Detailed Description

template<typename Callable>
class testing::internal::ResultOfMatcher< Callable >

Definition at line 7156 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Typedef Documentation

◆ CallableStorageType

template<typename Callable >
typedef CallableTraits<Callable>::StorageType testing::internal::ResultOfMatcher< Callable >::CallableStorageType
private

Definition at line 7171 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ ResultType

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

Definition at line 7158 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Constructor & Destructor Documentation

◆ ResultOfMatcher()

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

Definition at line 7160 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

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

◆ operator Matcher< T >()

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

Definition at line 7166 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

Member Data Documentation

◆ callable_

template<typename Callable >
const CallableStorageType testing::internal::ResultOfMatcher< Callable >::callable_
private

Definition at line 7210 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.

◆ matcher_

template<typename Callable >
const Matcher<ResultType> testing::internal::ResultOfMatcher< Callable >::matcher_
private

Definition at line 7211 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:50