Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Private Attributes | List of all members
testing::DefaultValue< T & > Class Template Reference

#include <gmock-actions.h>

Static Public Member Functions

static void Set (T &x)
 
static void Clear ()
 
static bool IsSet ()
 
static bool Exists ()
 
static TGet ()
 

Static Private Attributes

static Taddress_ = nullptr
 

Detailed Description

template<typename T>
class testing::DefaultValue< T & >

Definition at line 362 of file gmock-actions.h.

Member Function Documentation

template<typename T >
static void testing::DefaultValue< T & >::Set ( T x)
inlinestatic

Definition at line 365 of file gmock-actions.h.

template<typename T >
static void testing::DefaultValue< T & >::Clear ( )
inlinestatic

Definition at line 370 of file gmock-actions.h.

template<typename T >
static bool testing::DefaultValue< T & >::IsSet ( )
inlinestatic

Definition at line 373 of file gmock-actions.h.

template<typename T >
static bool testing::DefaultValue< T & >::Exists ( )
inlinestatic

Definition at line 377 of file gmock-actions.h.

template<typename T >
static T& testing::DefaultValue< T & >::Get ( )
inlinestatic

Definition at line 384 of file gmock-actions.h.

Member Data Documentation

template<typename T >
T * testing::DefaultValue< T & >::address_ = nullptr
staticprivate

Definition at line 390 of file gmock-actions.h.


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