#include <gmock.h>
Classes | |
class | Impl |
Public Types | |
typedef CallableTraits < Callable >::ResultType | ResultType |
typedef CallableTraits < Callable >::ResultType | ResultType |
Public Member Functions | |
template<typename T > | |
operator Matcher< T > () const | |
template<typename T > | |
operator Matcher< T > () const | |
ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher) | |
ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher) | |
Private Types | |
typedef CallableTraits < Callable >::StorageType | CallableStorageType |
typedef CallableTraits < Callable >::StorageType | CallableStorageType |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ResultOfMatcher) | |
GTEST_DISALLOW_ASSIGN_ (ResultOfMatcher) | |
Private Attributes | |
const CallableStorageType | callable_ |
const Matcher< ResultType > | matcher_ |
Definition at line 6810 of file fused-src/gmock/gmock.h.
typedef CallableTraits<Callable>::StorageType testing::internal::ResultOfMatcher< Callable >::CallableStorageType [private] |
Definition at line 2173 of file gmock-matchers.h.
typedef CallableTraits<Callable>::StorageType testing::internal::ResultOfMatcher< Callable >::CallableStorageType [private] |
Definition at line 6825 of file fused-src/gmock/gmock.h.
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType |
Definition at line 2160 of file gmock-matchers.h.
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType |
Definition at line 6812 of file fused-src/gmock/gmock.h.
testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher | ( | Callable | callable, |
const Matcher< ResultType > & | matcher | ||
) | [inline] |
Definition at line 6814 of file fused-src/gmock/gmock.h.
testing::internal::ResultOfMatcher< Callable >::ResultOfMatcher | ( | Callable | callable, |
const Matcher< ResultType > & | matcher | ||
) | [inline] |
Definition at line 2162 of file gmock-matchers.h.
testing::internal::ResultOfMatcher< Callable >::GTEST_DISALLOW_ASSIGN_ | ( | ResultOfMatcher< Callable > | ) | [private] |
testing::internal::ResultOfMatcher< Callable >::GTEST_DISALLOW_ASSIGN_ | ( | ResultOfMatcher< Callable > | ) | [private] |
testing::internal::ResultOfMatcher< Callable >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 2168 of file gmock-matchers.h.
testing::internal::ResultOfMatcher< Callable >::operator Matcher< T > | ( | ) | const [inline] |
Definition at line 6820 of file fused-src/gmock/gmock.h.
const CallableStorageType testing::internal::ResultOfMatcher< Callable >::callable_ [private] |
Definition at line 6864 of file fused-src/gmock/gmock.h.
const Matcher< ResultType > testing::internal::ResultOfMatcher< Callable >::matcher_ [private] |
Definition at line 6865 of file fused-src/gmock/gmock.h.