Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::ResultOfMatcher< Callable > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

+ Collaboration diagram for testing::internal::ResultOfMatcher< Callable >:

Classes

class  Impl
 

Public Types

typedef CallableTraits
< Callable >::ResultType 
ResultType
 

Public Member Functions

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

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 2337 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2337 of file gmock-matchers.h

Member Typedef Documentation

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

Definition at line 2352 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2352 of file gmock-matchers.h

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

Definition at line 2339 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2339 of file gmock-matchers.h

Constructor & Destructor Documentation

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

Definition at line 2341 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2341 of file gmock-matchers.h

References testing::internal::ResultOfMatcher< Callable >::callable_, and testing::internal::CallableTraits< Functor >::CheckIsValid().

+ Here is the call graph for this function:

Member Function Documentation

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

Definition at line 2347 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2347 of file gmock-matchers.h

References testing::internal::ResultOfMatcher< Callable >::callable_, and testing::internal::ResultOfMatcher< Callable >::matcher_.

Member Data Documentation

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

Definition at line 2392 of file gmock-matchers.h.

View newest version in sPHENIX GitHub at line 2392 of file gmock-matchers.h

Referenced by testing::internal::ResultOfMatcher< Callable >::operator Matcher< T >().


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