Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Attributes | Friends | List of all members
testing::Action< F > Class Template Reference

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

Public Types

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

Public Member Functions

 Action ()
 
 Action (ActionInterface< F > *impl)
 
 Action (const Action &action)
 
template<typename Func >
 Action (const Action< Func > &action)
 
template<typename From >
 Action (const Action< From > &from)
 
bool IsDoDefault () const
 
Result Perform (const ArgumentTuple &args) const
 

Private Attributes

internal::linked_ptr< ActionInterface< F > > impl_
 

Friends

template<typename F1 , typename F2 >
class internal::ActionAdaptor
 

Member Typedef Documentation

template<typename F>
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple
template<typename F>
typedef internal::Function<F>::Result testing::Action< F >::Result

Constructor & Destructor Documentation

template<typename F>
testing::Action< F >::Action ( )
inline
template<typename F>
testing::Action< F >::Action ( ActionInterface< F > *  impl)
inlineexplicit
template<typename F>
testing::Action< F >::Action ( const Action< F > &  action)
inline
template<typename F>
template<typename Func >
testing::Action< F >::Action ( const Action< Func > &  action)
explicit
template<typename F>
template<typename From >
testing::Action< F >::Action ( const Action< From > &  from)

Member Function Documentation

template<typename F>
bool testing::Action< F >::IsDoDefault ( ) const
inline
template<typename F>
Result testing::Action< F >::Perform ( const ArgumentTuple args) const
inline

Friends And Related Function Documentation

template<typename F>
template<typename F1 , typename F2 >
friend class internal::ActionAdaptor
friend

Member Data Documentation

template<typename F>
internal::linked_ptr<ActionInterface<F> > testing::Action< F >::impl_
private

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