proxygen
testing::internal::DoDefaultAction Class Reference

#include <gmock-actions.h>

Public Member Functions

template<typename F >
 operator Action< F > () const
 
template<typename F >
 operator Action< F > () const
 
template<typename F >
 operator Action< F > () const
 

Detailed Description

Definition at line 747 of file gmock-actions.h.

Member Function Documentation

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

Definition at line 752 of file gmock-actions.h.

752 { return Action<F>(NULL); }
template<typename F >
testing::internal::DoDefaultAction::operator Action< F > ( ) const
inline

Definition at line 752 of file gmock-actions.h.

752 { return Action<F>(NULL); }
template<typename F >
testing::internal::DoDefaultAction::operator Action< F > ( ) const
inline

Definition at line 752 of file gmock-actions.h.

752 { return Action<F>(NULL); }

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