cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
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 TGet ()
 

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 ( T & x)
inlinestatic

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