Orxonox  0.0.5 Codename: Arcturus
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ReturnAction< R > Class Template Reference

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

Classes

class  Impl
 

Public Member Functions

 ReturnAction (R value)
 
template<typename F >
 operator Action< F > () const
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ReturnAction)
 

Private Attributes

value_
 

Constructor & Destructor Documentation

template<typename R >
testing::internal::ReturnAction< R >::ReturnAction ( value)
inlineexplicit

Member Function Documentation

template<typename R >
testing::internal::ReturnAction< R >::GTEST_DISALLOW_ASSIGN_ ( ReturnAction< R >  )
private
template<typename R >
template<typename F >
testing::internal::ReturnAction< R >::operator Action< F > ( ) const
inline

Member Data Documentation

template<typename R >
R testing::internal::ReturnAction< R >::value_
private

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