| 
    v8toolkit
    0.0.1
    
   Utility library for embedding V8 Javascript engine in a c++ program 
   | 
 
#include <gmock-matchers.h>
Public Member Functions | |
| typedef | GTEST_REFERENCE_TO_CONST_ (PropertyType) RefToConstProperty | 
| PropertyMatcher (PropertyType(Class::*property)() const, const Matcher< RefToConstProperty > &matcher) | |
| void | DescribeTo (::std::ostream *os) const | 
| void | DescribeNegationTo (::std::ostream *os) const | 
| template<typename T > | |
| bool | MatchAndExplain (const T &value, MatchResultListener *listener) const | 
Definition at line 2236 of file gmock-matchers.h.
      
  | 
  inline | 
Definition at line 2244 of file gmock-matchers.h.
| typedef testing::internal::PropertyMatcher< Class, PropertyType >::GTEST_REFERENCE_TO_CONST_ | ( | PropertyType | ) | 
      
  | 
  inline | 
Definition at line 2248 of file gmock-matchers.h.
      
  | 
  inline | 
Definition at line 2253 of file gmock-matchers.h.
      
  | 
  inline | 
Definition at line 2259 of file gmock-matchers.h.
References testing::internal::posix::Abort(), GTEST_DISALLOW_ASSIGN_, GTEST_REMOVE_CONST_, and testing::internal::MatchPrintAndExplain().

 1.8.11