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

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

+ Inheritance diagram for testing::internal::ActionResultHolder< void >:
+ Collaboration diagram for testing::internal::ActionResultHolder< void >:

Public Member Functions

void Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *) const
 
- Public Member Functions inherited from testing::internal::UntypedActionResultHolderBase
virtual ~UntypedActionResultHolderBase ()
 

Static Public Member Functions

template<typename F >
static ActionResultHolderPerformDefaultAction (const FunctionMockerBase< F > *func_mocker, const typename Function< F >::ArgumentTuple &args, const string &call_description)
 
template<typename F >
static ActionResultHolderPerformAction (const Action< F > &action, const typename Function< F >::ArgumentTuple &args)
 

Private Member Functions

 ActionResultHolder ()
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionResultHolder)
 

Detailed Description

template<>
class testing::internal::ActionResultHolder< void >

Definition at line 1420 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 1420 of file gmock-spec-builders.h

Constructor & Destructor Documentation

Definition at line 1448 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 1448 of file gmock-spec-builders.h

Member Function Documentation

testing::internal::ActionResultHolder< void >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ActionResultHolder< void >  )
private
template<typename F >
static ActionResultHolder* testing::internal::ActionResultHolder< void >::PerformAction ( const Action< F > &  action,
const typename Function< F >::ArgumentTuple &  args 
)
inlinestatic

Definition at line 1440 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 1440 of file gmock-spec-builders.h

References testing::Action< F >::Perform().

+ Here is the call graph for this function:

template<typename F >
static ActionResultHolder* testing::internal::ActionResultHolder< void >::PerformDefaultAction ( const FunctionMockerBase< F > *  func_mocker,
const typename Function< F >::ArgumentTuple &  args,
const string call_description 
)
inlinestatic

Definition at line 1429 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 1429 of file gmock-spec-builders.h

References testing::internal::FunctionMockerBase< F >::PerformDefaultAction().

+ Here is the call graph for this function:

virtual void testing::internal::ActionResultHolder< void >::PrintAsActionResult ( ::std::ostream *  ) const
inlinevirtual

Implements testing::internal::UntypedActionResultHolderBase.

Definition at line 1424 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 1424 of file gmock-spec-builders.h

void testing::internal::ActionResultHolder< void >::Unwrap ( )
inline

Definition at line 1422 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 1422 of file gmock-spec-builders.h


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