Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::ReturnRefOfCopyAction< T >::Impl< F > Class Template Reference
Inheritance diagram for testing::internal::ReturnRefOfCopyAction< T >::Impl< F >:
testing::ActionInterface< F >

Public Types

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

Public Member Functions

 Impl (const T &value)
 
virtual Result Perform (const ArgumentTuple &)
 
- Public Member Functions inherited from testing::ActionInterface< F >
 ActionInterface ()
 
virtual ~ActionInterface ()
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (Impl)
 

Private Attributes

value_
 

Member Typedef Documentation

template<typename T >
template<typename F >
typedef Function<F>::ArgumentTuple testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::ArgumentTuple
template<typename T >
template<typename F >
typedef Function<F>::Result testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::Result

Constructor & Destructor Documentation

template<typename T >
template<typename F >
testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::Impl ( const T &  value)
inlineexplicit

Member Function Documentation

template<typename T >
template<typename F >
testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::GTEST_DISALLOW_ASSIGN_ ( Impl< F >  )
private
template<typename T >
template<typename F >
virtual Result testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::Perform ( const ArgumentTuple )
inlinevirtual

Member Data Documentation

template<typename T >
template<typename F >
T testing::internal::ReturnRefOfCopyAction< T >::Impl< F >::value_
private

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