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

#include <gmock-actions.h>

Public Member Functions

 ReturnAction (R value)
 
template<typename F >
 operator Action< F > () const
 

Detailed Description

template<typename R>
class testing::internal::ReturnAction< R >

Definition at line 534 of file gmock-actions.h.

Constructor & Destructor Documentation

template<typename R >
testing::internal::ReturnAction< R >::ReturnAction ( value)
inlineexplicit

Definition at line 539 of file gmock-actions.h.

Member Function Documentation

template<typename R >
template<typename F >
testing::internal::ReturnAction< R >::operator Action< F > ( ) const
inline

Definition at line 544 of file gmock-actions.h.

References GTEST_CHECK_, GTEST_COMPILE_ASSERT_, GTEST_DISALLOW_ASSIGN_, GTEST_DISALLOW_COPY_AND_ASSIGN_, and testing::internal::move().

Here is the call graph for this function:


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