AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
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) ()
 

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

Member Typedef Documentation

◆ FactoryFunction

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

Member Function Documentation

◆ Clear()

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

◆ Exists()

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

◆ Get()

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

◆ IsSet()

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

◆ Set()

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

◆ SetFactory()

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

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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0