v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
typedef internal::StlContainerView< RawContainer > | View |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
typedef StlContainer::value_type | Element |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
template<typename InputIter > | |
ElementsAreMatcherImpl (InputIter first, InputIter last) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Definition at line 3108 of file gmock-matchers.h.
typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
Definition at line 3111 of file gmock-matchers.h.
typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 3112 of file gmock-matchers.h.
typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 3113 of file gmock-matchers.h.
typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
Definition at line 3114 of file gmock-matchers.h.
|
inline |
Definition at line 3119 of file gmock-matchers.h.
typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 3126 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3145 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 3161 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, testing::MatchResultListener::IsInterested(), testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().