Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::DefaultValue< void > Class Reference

#include <gmock-actions.h>

Inheritance diagram for testing::DefaultValue< void >:

Public Types

typedef void(* FactoryFunction) ()
 

Static Public Member Functions

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

Static Private Attributes

static ValueProducer * producer_
 

Detailed Description

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

Member Typedef Documentation

◆ FactoryFunction

typedef void(* testing::DefaultValue< void >::FactoryFunction) ()

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

Member Function Documentation

◆ Exists() [1/2]

static bool testing::DefaultValue< void >::Exists ( )
inlinestatic

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

◆ Get() [1/2]

static void testing::DefaultValue< void >::Get ( )
inlinestatic

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

◆ Set()

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

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

◆ SetFactory()

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

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

◆ Clear()

static void testing::DefaultValue< void >::Clear ( )
inlinestatic

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

◆ IsSet()

static bool testing::DefaultValue< void >::IsSet ( )
inlinestatic

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

◆ Exists() [2/2]

static bool testing::DefaultValue< void >::Exists ( )
inlinestatic

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

◆ Get() [2/2]

static void testing::DefaultValue< void >::Get ( )
inlinestatic

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

Member Data Documentation

◆ producer_

ValueProducer* testing::DefaultValue< void >::producer_
staticprivate

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


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