v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::internal::TrulyMatcher< Predicate > Class Template Reference

#include <gmock-matchers.h>

Public Member Functions

 TrulyMatcher (Predicate pred)
 
template<typename T >
bool MatchAndExplain (T &x, MatchResultListener *) const
 
void DescribeTo (::std::ostream *os) const
 
void DescribeNegationTo (::std::ostream *os) const
 

Detailed Description

template<typename Predicate>
class testing::internal::TrulyMatcher< Predicate >

Definition at line 1757 of file gmock-matchers.h.

Constructor & Destructor Documentation

template<typename Predicate >
testing::internal::TrulyMatcher< Predicate >::TrulyMatcher ( Predicate  pred)
inlineexplicit

Definition at line 1759 of file gmock-matchers.h.

Member Function Documentation

template<typename Predicate >
template<typename T >
bool testing::internal::TrulyMatcher< Predicate >::MatchAndExplain ( T &  x,
MatchResultListener  
) const
inline

Definition at line 1766 of file gmock-matchers.h.

template<typename Predicate >
void testing::internal::TrulyMatcher< Predicate >::DescribeTo ( ::std::ostream *  os) const
inline

Definition at line 1779 of file gmock-matchers.h.

template<typename Predicate >
void testing::internal::TrulyMatcher< Predicate >::DescribeNegationTo ( ::std::ostream *  os) const
inline

Definition at line 1783 of file gmock-matchers.h.

References GTEST_DISALLOW_ASSIGN_.


The documentation for this class was generated from the following file: