GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Classes | Public Types | Static Public Member Functions | List of all members
testing::DefaultValue< T > Class Template Reference

#include <gmock-actions.h>

Public Types

typedef T(* FactoryFunction) ()
 
typedef T(* FactoryFunction) ()
 

Static Public Member Functions

static void Set (T x)
 
static void SetFactory (FactoryFunction factory)
 
static void Clear ()
 
static bool IsSet ()
 
static bool Exists ()
 
static T Get ()
 
static void Set (T x)
 
static void SetFactory (FactoryFunction factory)
 
static void Clear ()
 
static bool IsSet ()
 
static bool Exists ()
 
static T Get ()
 

Member Typedef Documentation

◆ FactoryFunction [1/2]

template<typename T >
typedef T(* testing::DefaultValue< T >::FactoryFunction) ()

◆ FactoryFunction [2/2]

template<typename T >
typedef T(* testing::DefaultValue< T >::FactoryFunction) ()

Member Function Documentation

◆ Clear() [1/2]

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

◆ Clear() [2/2]

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

◆ Exists() [1/2]

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

◆ Exists() [2/2]

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

◆ Get() [1/2]

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

◆ Get() [2/2]

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

◆ IsSet() [1/2]

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

◆ IsSet() [2/2]

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

◆ Set() [1/2]

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

◆ Set() [2/2]

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

◆ SetFactory() [1/2]

template<typename T >
static void testing::DefaultValue< T >::SetFactory ( FactoryFunction  factory)
inlinestatic

◆ SetFactory() [2/2]

template<typename T >
static void testing::DefaultValue< T >::SetFactory ( FactoryFunction  factory)
inlinestatic

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