|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>


Public Types | |
| typedef StlContainerView< RawContainer > | View |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef StlContainer::value_type | Element |
Public Member Functions | |
| template<typename InnerMatcher > | |
| EachMatcherImpl (InnerMatcher inner_matcher) | |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
| bool | MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const |
Protected Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
Protected Attributes | |
| const Matcher< const Element & > | inner_matcher_ |
Definition at line 2874 of file gmock-matchers.h.
|
inherited |
Definition at line 2803 of file gmock-matchers.h.
|
inherited |
Definition at line 2804 of file gmock-matchers.h.
|
inherited |
Definition at line 2805 of file gmock-matchers.h.
|
inherited |
Definition at line 2806 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 2877 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2881 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2886 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 2891 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_.
|
inherited |
|
inlineinherited |
Definition at line 2816 of file gmock-matchers.h.
References testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().

|
protectedinherited |
|
protectedinherited |
Definition at line 2837 of file gmock-matchers.h.
1.8.11