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

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

Inheritance diagram for testing::internal::ActionResultHolder< T >:
testing::internal::UntypedActionResultHolderBase

Public Member Functions

 ActionResultHolder (T a_value)
 
GetValueAndDelete () const
 
virtual void PrintAsActionResult (::std::ostream *os) const
 
- Public Member Functions inherited from testing::internal::UntypedActionResultHolderBase
virtual ~UntypedActionResultHolderBase ()
 

Static Public Member Functions

template<typename F >
static ActionResultHolderPerformAction (const Action< F > &action, const typename Function< F >::ArgumentTuple &args)
 
template<typename F >
static ActionResultHolderPerformDefaultAction (const FunctionMockerBase< F > *func_mocker, const typename Function< F >::ArgumentTuple &args, const string &call_description)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ActionResultHolder)
 

Private Attributes

value_
 

Constructor & Destructor Documentation

template<typename T >
testing::internal::ActionResultHolder< T >::ActionResultHolder ( a_value)
inlineexplicit

Member Function Documentation

template<typename T >
T testing::internal::ActionResultHolder< T >::GetValueAndDelete ( ) const
inline
template<typename T >
testing::internal::ActionResultHolder< T >::GTEST_DISALLOW_ASSIGN_ ( ActionResultHolder< T >  )
private
template<typename T >
template<typename F >
static ActionResultHolder* testing::internal::ActionResultHolder< T >::PerformAction ( const Action< F > &  action,
const typename Function< F >::ArgumentTuple &  args 
)
inlinestatic
template<typename T >
template<typename F >
static ActionResultHolder* testing::internal::ActionResultHolder< T >::PerformDefaultAction ( const FunctionMockerBase< F > *  func_mocker,
const typename Function< F >::ArgumentTuple &  args,
const string call_description 
)
inlinestatic
template<typename T >
virtual void testing::internal::ActionResultHolder< T >::PrintAsActionResult ( ::std::ostream *  os) const
inlinevirtual

Member Data Documentation

template<typename T >
T testing::internal::ActionResultHolder< T >::value_
private

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