Monero
Loading...
Searching...
No Matches
testing::internal::DoBothAction< Action1, Action2 > Class Template Reference

#include <gmock-actions.h>

Classes

class  Impl

Public Member Functions

 DoBothAction (Action1 action1, Action2 action2)
template<typename F>
 operator Action< F > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (DoBothAction)

Private Attributes

Action1 action1_
Action2 action2_

Constructor & Destructor Documentation

◆ DoBothAction()

template<typename Action1, typename Action2>
testing::internal::DoBothAction< Action1, Action2 >::DoBothAction ( Action1 action1,
Action2 action2 )
inline

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename Action1, typename Action2>
testing::internal::DoBothAction< Action1, Action2 >::GTEST_DISALLOW_ASSIGN_ ( DoBothAction< Action1, Action2 > )
private

◆ operator Action< F >()

template<typename Action1, typename Action2>
template<typename F>
testing::internal::DoBothAction< Action1, Action2 >::operator Action< F > ( ) const
inline

Member Data Documentation

◆ action1_

template<typename Action1, typename Action2>
Action1 testing::internal::DoBothAction< Action1, Action2 >::action1_
private

◆ action2_

template<typename Action1, typename Action2>
Action2 testing::internal::DoBothAction< Action1, Action2 >::action2_
private

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