v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-actions.h>
Public Types | |
typedef T(* | FactoryFunction) () |
Static Public Member Functions | |
static void | Set (T x) |
static void | SetFactory (FactoryFunction factory) |
static void | Clear () |
static bool | IsSet () |
static bool | Exists () |
static T | Get () |
Definition at line 200 of file gmock-actions.h.
typedef T(* testing::DefaultValue< T >::FactoryFunction) () |
Definition at line 212 of file gmock-actions.h.
|
inlinestatic |
Definition at line 204 of file gmock-actions.h.
|
inlinestatic |
Definition at line 213 of file gmock-actions.h.
|
inlinestatic |
Definition at line 219 of file gmock-actions.h.
|
inlinestatic |
Definition at line 225 of file gmock-actions.h.
|
inlinestatic |
Definition at line 229 of file gmock-actions.h.
References testing::internal::BuiltInDefaultValue< T >::Exists().
|
inlinestatic |
Definition at line 236 of file gmock-actions.h.
References testing::internal::BuiltInDefaultValue< T >::Get(), and GTEST_DISALLOW_COPY_AND_ASSIGN_.
Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::PerformDefaultAction().