#include <gmock.h>
Classes | |
| class | Impl |
Public Member Functions | |
| IgnoreResultAction (const A &action) | |
| IgnoreResultAction (const A &action) | |
| template<typename F > | |
| operator Action< F > () const | |
| template<typename F > | |
| operator Action< F > () const | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (IgnoreResultAction) | |
| GTEST_DISALLOW_ASSIGN_ (IgnoreResultAction) | |
Private Attributes | |
| const A | action_ |
Definition at line 1677 of file fused-src/gmock/gmock.h.
| testing::internal::IgnoreResultAction< A >::IgnoreResultAction | ( | const A & | action | ) | [inline, explicit] |
Definition at line 1679 of file fused-src/gmock/gmock.h.
| testing::internal::IgnoreResultAction< A >::IgnoreResultAction | ( | const A & | action | ) | [inline, explicit] |
Definition at line 774 of file gmock-actions.h.
| testing::internal::IgnoreResultAction< A >::GTEST_DISALLOW_ASSIGN_ | ( | IgnoreResultAction< A > | ) | [private] |
| testing::internal::IgnoreResultAction< A >::GTEST_DISALLOW_ASSIGN_ | ( | IgnoreResultAction< A > | ) | [private] |
| testing::internal::IgnoreResultAction< A >::operator Action< F > | ( | ) | const [inline] |
Definition at line 777 of file gmock-actions.h.
| testing::internal::IgnoreResultAction< A >::operator Action< F > | ( | ) | const [inline] |
Definition at line 1682 of file fused-src/gmock/gmock.h.
const A testing::internal::IgnoreResultAction< A >::action_ [private] |
Definition at line 1724 of file fused-src/gmock/gmock.h.