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

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

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

Public Member Functions

T Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *os) 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 Types

typedef
ReferenceOrValueWrapper< T
Wrapper
 

Private Member Functions

 ActionResultHolder (Wrapper result)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionResultHolder)
 

Private Attributes

Wrapper result_
 

Detailed Description

template<typename T>
class testing::internal::ActionResultHolder< T >

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

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

Member Typedef Documentation

template<typename T >
typedef ReferenceOrValueWrapper<T> testing::internal::ActionResultHolder< T >::Wrapper
private

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

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::ActionResultHolder< T >::ActionResultHolder ( Wrapper  result)
inlineexplicitprivate

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

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

Member Function Documentation

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

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

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

References testing::Action< F >::Perform(), and Wrapper().

+ Here is the call graph for this function:

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

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

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

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

+ Here is the call graph for this function:

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

Implements testing::internal::UntypedActionResultHolderBase.

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

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

References os, and testing::internal::UniversalPrinter< T >::Print().

+ Here is the call graph for this function:

template<typename T >
T testing::internal::ActionResultHolder< T >::Unwrap ( )
inline

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

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

Member Data Documentation

template<typename T >
Wrapper testing::internal::ActionResultHolder< T >::result_
private

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

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


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