v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Static Public Member Functions | List of all members
testing::internal::BuiltInDefaultValue< T > Class Template Reference

#include <gmock-actions.h>

Static Public Member Functions

static bool Exists ()
 
static T Get ()
 

Detailed Description

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

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

Member Function Documentation

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

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

References testing::internal::BuiltInDefaultValueGetter< T, kDefaultConstructible >::Get().

Referenced by testing::internal::BuiltInDefaultValue< const T >::Get(), testing::DefaultValue< T >::Get(), and testing::DefaultValue< T & >::Get().

Here is the call graph for this function:

Here is the caller graph for this function:


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