Electroneum
testing::internal::ActionResultHolder< void > Class Template Reference

#include <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)
 

Detailed Description

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

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

Member Function Documentation

◆ PerformAction()

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.

1442  {
1443  action.Perform(args);
1444  return new ActionResultHolder;
1445  }

◆ PerformDefaultAction()

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.

1432  {
1433  func_mocker->PerformDefaultAction(args, call_description);
1434  return new ActionResultHolder;
1435  }
Here is the call graph for this function:

◆ PrintAsActionResult()

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.

1424 {}

◆ Unwrap()

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

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

1422 { }

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