|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
| typedef CallableTraits< Callable >::ResultType | ResultType |
Public Member Functions | |
| ResultOfMatcher (Callable callable, const Matcher< ResultType > &matcher) | |
| template<typename T > | |
| operator Matcher< T > () const | |
Definition at line 2337 of file gmock-matchers.h.
| typedef CallableTraits<Callable>::ResultType testing::internal::ResultOfMatcher< Callable >::ResultType |
Definition at line 2339 of file gmock-matchers.h.
|
inline |
Definition at line 2341 of file gmock-matchers.h.
|
inline |
Definition at line 2347 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, and testing::internal::MatchPrintAndExplain().

1.8.11