proxygen
testing::internal::BuiltInDefaultValue< T * > Class Template Reference

#include <gmock-actions.h>

Static Public Member Functions

static bool Exists ()
 
static TGet ()
 
static bool Exists ()
 
static TGet ()
 
static bool Exists ()
 
static TGet ()
 

Detailed Description

template<typename T>
class testing::internal::BuiltInDefaultValue< T * >

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

Member Function Documentation

template<typename T >
static bool testing::internal::BuiltInDefaultValue< T * >::Exists ( )
inlinestatic

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

137 { return true; }
template<typename T >
static bool testing::internal::BuiltInDefaultValue< T * >::Exists ( )
inlinestatic

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

137 { return true; }
template<typename T >
static bool testing::internal::BuiltInDefaultValue< T * >::Exists ( )
inlinestatic

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

137 { return true; }
template<typename T >
static T* testing::internal::BuiltInDefaultValue< T * >::Get ( )
inlinestatic

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

138 { return NULL; }
template<typename T >
static T* testing::internal::BuiltInDefaultValue< T * >::Get ( )
inlinestatic

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

138 { return NULL; }
template<typename T >
static T* testing::internal::BuiltInDefaultValue< T * >::Get ( )
inlinestatic

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

138 { return NULL; }

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