Monero
Loading...
Searching...
No Matches
testing::internal::IgnoreResultAction< A > Class Template Reference

#include <gmock-actions.h>

Collaboration diagram for testing::internal::IgnoreResultAction< A >:

Classes

class  Impl

Public Member Functions

 IgnoreResultAction (const A &action)
template<typename F>
 operator Action< F > () const

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (IgnoreResultAction)

Private Attributes

const A action_

Constructor & Destructor Documentation

◆ IgnoreResultAction()

template<typename A>
testing::internal::IgnoreResultAction< A >::IgnoreResultAction ( const A & action)
inlineexplicit

Member Function Documentation

◆ GTEST_DISALLOW_ASSIGN_()

template<typename A>
testing::internal::IgnoreResultAction< A >::GTEST_DISALLOW_ASSIGN_ ( IgnoreResultAction< A > )
private

◆ operator Action< F >()

template<typename A>
template<typename F>
testing::internal::IgnoreResultAction< A >::operator Action< F > ( ) const
inline

Member Data Documentation

◆ action_

template<typename A>
const A testing::internal::IgnoreResultAction< A >::action_
private

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