Orxonox  0.0.5 Codename: Arcturus
Static Public Member Functions | Static Private Attributes | List of all members
testing::DefaultValue< T > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-actions.h>

Static Public Member Functions

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

Static Private Attributes

static const T * value_ = NULL
 

Member Function Documentation

template<typename T >
static void testing::DefaultValue< T >::Clear ( )
inlinestatic
template<typename T >
static bool testing::DefaultValue< T >::Exists ( )
inlinestatic
template<typename T >
static T testing::DefaultValue< T >::Get ( )
inlinestatic
template<typename T >
static bool testing::DefaultValue< T >::IsSet ( )
inlinestatic
template<typename T >
static void testing::DefaultValue< T >::Set ( x)
inlinestatic

Member Data Documentation

template<typename T >
const T * testing::DefaultValue< T >::value_ = NULL
staticprivate

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