Electroneum
Loading...
Searching...
No Matches
testing::internal::ActionResultHolder< void > Class 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 ActionResultHolder * PerformDefaultAction (const FunctionMockerBase< F > *func_mocker, const typename Function< F >::ArgumentTuple &args, const string &call_description)
template<typename F>
static ActionResultHolder * PerformAction (const Action< F > &action, const typename Function< F >::ArgumentTuple &args)

Detailed Description

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

Member Function Documentation

◆ PerformAction()

template<typename F>
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>
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 {
1434 return new ActionResultHolder;
1435 }
static ActionResultHolder * PerformDefaultAction(const FunctionMockerBase< F > *func_mocker, const typename Function< F >::ArgumentTuple &args, const string &call_description)
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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h