v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Static Public Member Functions | List of all members
testing::internal::ActionResultHolder< T > Class Template Reference

#include <gmock-spec-builders.h>

Inheritance diagram for testing::internal::ActionResultHolder< T >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::ActionResultHolder< T >:
Collaboration graph
[legend]

Public Member Functions

Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *os) const
 

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<typename T>
class testing::internal::ActionResultHolder< T >

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

Member Function Documentation

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

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

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.

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

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.

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

Here is the call graph for this function:

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.

References GTEST_DISALLOW_COPY_AND_ASSIGN_, testing::internal::move(), and testing::Action< F >::Perform().

Here is the call graph for this function:


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