v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | List of all members
testing::internal::Function< R()> Struct Template Reference

#include <gmock-generated-internal-utils.h>

Inheritance diagram for testing::internal::Function< R()>:
Inheritance graph
[legend]

Public Types

typedef R Result
 
typedef ::testing::tuple ArgumentTuple
 
typedef MatcherTuple< ArgumentTuple >::type ArgumentMatcherTuple
 
typedef void MakeResultVoid()
 
typedef IgnoredValue MakeResultIgnoredValue()
 

Detailed Description

template<typename R>
struct testing::internal::Function< R()>

Definition at line 157 of file gmock-generated-internal-utils.h.

Member Typedef Documentation

template<typename R >
typedef R testing::internal::Function< R()>::Result

Definition at line 158 of file gmock-generated-internal-utils.h.

template<typename R >
typedef ::testing::tuple testing::internal::Function< R()>::ArgumentTuple

Definition at line 159 of file gmock-generated-internal-utils.h.

template<typename R >
typedef MatcherTuple<ArgumentTuple>::type testing::internal::Function< R()>::ArgumentMatcherTuple

Definition at line 160 of file gmock-generated-internal-utils.h.

template<typename R >
typedef void testing::internal::Function< R()>::MakeResultVoid()

Definition at line 161 of file gmock-generated-internal-utils.h.

template<typename R >
typedef IgnoredValue testing::internal::Function< R()>::MakeResultIgnoredValue()

Definition at line 162 of file gmock-generated-internal-utils.h.


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