Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Member Functions | List of all members
testing::ActionInterface< F > Class Template Referenceabstract

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

Inheritance diagram for testing::ActionInterface< F >:
testing::internal::DoBothAction< Action1, Action2 >::Impl< F > testing::internal::IgnoreResultAction< A >::Impl< F > testing::internal::ReturnAction< R >::Impl< F > testing::internal::ReturnRefAction< T >::Impl< F > testing::internal::ReturnRefOfCopyAction< T >::Impl< F > testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F > testing::PolymorphicAction< Impl >::MonomorphicImpl< F >

Public Types

typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::Result Result
 

Public Member Functions

 ActionInterface ()
 
virtual ~ActionInterface ()
 
virtual Result Perform (const ArgumentTuple &args)=0
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ActionInterface)
 

Member Typedef Documentation

template<typename F>
typedef internal::Function<F>::Result testing::ActionInterface< F >::Result

Constructor & Destructor Documentation

template<typename F>
testing::ActionInterface< F >::ActionInterface ( )
inline
template<typename F>
virtual testing::ActionInterface< F >::~ActionInterface ( )
inlinevirtual

Member Function Documentation

template<typename F>
testing::ActionInterface< F >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ActionInterface< F >  )
private
template<typename F>
virtual Result testing::ActionInterface< F >::Perform ( const ArgumentTuple args)
pure virtual

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