Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ActionAdaptor< F1, F2 > Class Template Reference

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

Inheritance diagram for testing::internal::ActionAdaptor< F1, F2 >:
testing::ActionInterface< F1 >

Public Types

typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F1 >::Result Result
 
- Public Types inherited from testing::ActionInterface< F1 >
typedef internal::Function< F1 >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F1 >::Result Result
 

Public Member Functions

 ActionAdaptor (const Action< F2 > &from)
 
virtual Result Perform (const ArgumentTuple &args)
 
- Public Member Functions inherited from testing::ActionInterface< F1 >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (ActionAdaptor)
 

Private Attributes

const internal::linked_ptr< ActionInterface< F2 > > impl_
 

Member Typedef Documentation

template<typename F1 , typename F2 >
typedef internal::Function<F1>::ArgumentTuple testing::internal::ActionAdaptor< F1, F2 >::ArgumentTuple
template<typename F1 , typename F2 >
typedef internal::Function<F1>::Result testing::internal::ActionAdaptor< F1, F2 >::Result

Constructor & Destructor Documentation

template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::ActionAdaptor ( const Action< F2 > &  from)
inlineexplicit

Member Function Documentation

template<typename F1 , typename F2 >
testing::internal::ActionAdaptor< F1, F2 >::GTEST_DISALLOW_ASSIGN_ ( ActionAdaptor< F1, F2 >  )
private
template<typename F1 , typename F2 >
virtual Result testing::internal::ActionAdaptor< F1, F2 >::Perform ( const ArgumentTuple args)
inlinevirtual

Member Data Documentation

template<typename F1 , typename F2 >
const internal::linked_ptr<ActionInterface<F2> > testing::internal::ActionAdaptor< F1, F2 >::impl_
private

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