#include <gmock.h>
Classes | |
class | Impl |
Public Types | |
typedef CallableTraits< Callable >::ResultType | ResultType |
Public Member Functions | |
template<typename T > | |
operator Matcher< T > () const | |
ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher) | |
Private Types | |
typedef CallableTraits< Callable >::StorageType | CallableStorageType |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ResultOfMatcher) | |
Private Attributes | |
const CallableStorageType | callable_ |
const Matcher< ResultType > | matcher_ |
Definition at line 7156 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7171 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType |
Definition at line 7158 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7160 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 7166 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7210 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7211 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.