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 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()

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

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

◆ Get()

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

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

◆ Set()

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

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

◆ SetFactory()

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

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

◆ Clear()

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

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

◆ IsSet()

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

Definition at line 312 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: