#include <gmock.h>
Static Public Member Functions | |
static void | Clear () |
static void | Clear () |
static bool | Exists () |
static bool | Exists () |
static T | Get () |
static T | Get () |
static bool | IsSet () |
static bool | IsSet () |
static void | Set (T x) |
static void | Set (T x) |
Static Private Attributes | |
static const T * | value_ = NULL |
Definition at line 1066 of file fused-src/gmock/gmock.h.
static void testing::DefaultValue< T >::Clear | ( | ) | [inline, static] |
Definition at line 171 of file gmock-actions.h.
static void testing::DefaultValue< T >::Clear | ( | ) | [inline, static] |
Definition at line 1076 of file fused-src/gmock/gmock.h.
static bool testing::DefaultValue< T >::Exists | ( | ) | [inline, static] |
Definition at line 181 of file gmock-actions.h.
static bool testing::DefaultValue< T >::Exists | ( | ) | [inline, static] |
Definition at line 1086 of file fused-src/gmock/gmock.h.
static T testing::DefaultValue< T >::Get | ( | ) | [inline, static] |
Definition at line 188 of file gmock-actions.h.
static T testing::DefaultValue< T >::Get | ( | ) | [inline, static] |
Definition at line 1093 of file fused-src/gmock/gmock.h.
static bool testing::DefaultValue< T >::IsSet | ( | ) | [inline, static] |
Definition at line 177 of file gmock-actions.h.
static bool testing::DefaultValue< T >::IsSet | ( | ) | [inline, static] |
Definition at line 1082 of file fused-src/gmock/gmock.h.
static void testing::DefaultValue< T >::Set | ( | T | x | ) | [inline, static] |
Definition at line 165 of file gmock-actions.h.
static void testing::DefaultValue< T >::Set | ( | T | x | ) | [inline, static] |
Definition at line 1070 of file fused-src/gmock/gmock.h.
const T * testing::DefaultValue< T >::value_ = NULL [static, private] |
Definition at line 1099 of file fused-src/gmock/gmock.h.