Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Classes | |
class | FactoryValueProducer |
class | FixedValueProducer |
class | ValueProducer |
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 () |
Static Private Attributes | |
static ValueProducer * | producer_ = nullptr |
Definition at line 287 of file gmock-actions.h.
typedef T(* testing::DefaultValue< T >::FactoryFunction)() |
Definition at line 299 of file gmock-actions.h.
|
inlinestatic |
Definition at line 291 of file gmock-actions.h.
|
inlinestatic |
Definition at line 300 of file gmock-actions.h.
|
inlinestatic |
Definition at line 306 of file gmock-actions.h.
|
inlinestatic |
Definition at line 312 of file gmock-actions.h.
|
inlinestatic |
Definition at line 316 of file gmock-actions.h.
|
inlinestatic |
Definition at line 323 of file gmock-actions.h.
|
staticprivate |
Definition at line 356 of file gmock-actions.h.