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

#include <gmock-spec-builders.h>

Inheritance diagram for testing::internal::ActionResultHolder< void >:
testing::internal::UntypedActionResultHolderBase testing::internal::UntypedActionResultHolderBase testing::internal::UntypedActionResultHolderBase

Public Member Functions

void Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *) const
 
void Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *) const
 
void Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *) const
 
- Public Member Functions inherited from testing::internal::UntypedActionResultHolderBase
virtual ~UntypedActionResultHolderBase ()
 
virtual ~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)
 
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)
 
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)
 
 ActionResultHolder ()
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionResultHolder)
 
 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.

Constructor & Destructor Documentation

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

References GTEST_DISALLOW_COPY_AND_ASSIGN_.

1448 {}

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

References GTEST_DISALLOW_COPY_AND_ASSIGN_.

1448 {}

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

References GTEST_DISALLOW_COPY_AND_ASSIGN_.

1448 {}

Member Function Documentation

testing::internal::ActionResultHolder< void >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ActionResultHolder< void >  )
private
testing::internal::ActionResultHolder< void >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ActionResultHolder< void >  )
private
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.

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

1442  {
1443  action.Perform(args);
1444  return new ActionResultHolder;
1445  }
action
Definition: upload.py:393
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.

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

1442  {
1443  action.Perform(args);
1444  return new ActionResultHolder;
1445  }
action
Definition: upload.py:393
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.

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

1442  {
1443  action.Perform(args);
1444  return new ActionResultHolder;
1445  }
action
Definition: upload.py:393
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.

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

1432  {
1433  func_mocker->PerformDefaultAction(args, call_description);
1434  return new ActionResultHolder;
1435  }
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.

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

1432  {
1433  func_mocker->PerformDefaultAction(args, call_description);
1434  return new ActionResultHolder;
1435  }
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.

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

1432  {
1433  func_mocker->PerformDefaultAction(args, call_description);
1434  return new ActionResultHolder;
1435  }
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 {}
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 {}
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 {}
void testing::internal::ActionResultHolder< void >::Unwrap ( )
inline

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

1422 { }
void testing::internal::ActionResultHolder< void >::Unwrap ( )
inline

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

1422 { }
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: