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

#include <gmock-actions.h>

Public Member Functions

 InvokeWithoutArgsAction (FunctionImpl function_impl)
 
template<typename Result , typename ArgumentTuple >
Result Perform (const ArgumentTuple &)
 

Detailed Description

template<typename FunctionImpl>
class testing::internal::InvokeWithoutArgsAction< FunctionImpl >

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

Constructor & Destructor Documentation

template<typename FunctionImpl >
testing::internal::InvokeWithoutArgsAction< FunctionImpl >::InvokeWithoutArgsAction ( FunctionImpl  function_impl)
inlineexplicit

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

Member Function Documentation

template<typename FunctionImpl >
template<typename Result , typename ArgumentTuple >
Result testing::internal::InvokeWithoutArgsAction< FunctionImpl >::Perform ( const ArgumentTuple &  )
inline

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

References GTEST_DISALLOW_ASSIGN_.


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