|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
| typedef Functor::result_type | ResultType |
| typedef Functor | StorageType |
Static Public Member Functions | |
| static void | CheckIsValid (Functor) |
| template<typename T > | |
| static ResultType | Invoke (Functor f, T arg) |
Definition at line 2309 of file gmock-matchers.h.
| typedef Functor::result_type testing::internal::CallableTraits< Functor >::ResultType |
Definition at line 2310 of file gmock-matchers.h.
| typedef Functor testing::internal::CallableTraits< Functor >::StorageType |
Definition at line 2311 of file gmock-matchers.h.
|
inlinestatic |
Definition at line 2313 of file gmock-matchers.h.
|
inlinestatic |
Definition at line 2315 of file gmock-matchers.h.
1.8.11