v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Static Public Member Functions | 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 T & Get ()
 

Detailed Description

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

References testing::internal::BuiltInDefaultValue< T >::Exists().

Here is the call graph for this function:

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

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

References testing::internal::BuiltInDefaultValue< T >::Get().

Here is the call graph for this function:


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