#include <gmock.h>
Classes | |
class | MonomorphicImpl |
Public Member Functions | |
template<typename F > | |
operator Action< F > () const | |
template<typename F > | |
operator Action< F > () const | |
PolymorphicAction (const Impl &impl) | |
PolymorphicAction (const Impl &impl) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (PolymorphicAction) | |
GTEST_DISALLOW_ASSIGN_ (PolymorphicAction) | |
Private Attributes | |
Impl | impl_ |
Definition at line 1257 of file fused-src/gmock/gmock.h.
testing::PolymorphicAction< Impl >::PolymorphicAction | ( | const Impl & | impl | ) | [inline, explicit] |
Definition at line 1259 of file fused-src/gmock/gmock.h.
testing::PolymorphicAction< Impl >::PolymorphicAction | ( | const Impl & | impl | ) | [inline, explicit] |
Definition at line 354 of file gmock-actions.h.
testing::PolymorphicAction< Impl >::GTEST_DISALLOW_ASSIGN_ | ( | PolymorphicAction< Impl > | ) | [private] |
testing::PolymorphicAction< Impl >::GTEST_DISALLOW_ASSIGN_ | ( | PolymorphicAction< Impl > | ) | [private] |
testing::PolymorphicAction< Impl >::operator Action< F > | ( | ) | const [inline] |
Definition at line 357 of file gmock-actions.h.
testing::PolymorphicAction< Impl >::operator Action< F > | ( | ) | const [inline] |
Definition at line 1262 of file fused-src/gmock/gmock.h.
Impl testing::PolymorphicAction< Impl >::impl_ [private] |
Definition at line 1285 of file fused-src/gmock/gmock.h.