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< void > Class Template Reference

#include <gmock-spec-builders.h>

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

Public Member Functions

void Unwrap ()
 
virtual void PrintAsActionResult (::std::ostream *) 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<>
class testing::internal::ActionResultHolder< void >

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

Member Function Documentation

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

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

virtual void testing::internal::ActionResultHolder< void >::PrintAsActionResult ( ::std::ostream *  ) const
inlinevirtual
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().

Here is the call graph for this function:

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 GTEST_DISALLOW_COPY_AND_ASSIGN_, and testing::Action< F >::Perform().

Here is the call graph for this function:


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